#332408

Color #332408 Black Magic (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Black Magic #332408

Tints of Black Magic #332408

Color information

#332408 (or 0x332408) is unknown color: approx Black Magic. HEX triplet: 33, 24 and 08. RGB value is (51,36,8). Sum of RGB (Red+Green+Blue) = 51+36+8=95 (12% of max value = 765). Red value is 51 (20.31% from 255 or 53.68% from 95); Green value is 36 (14.45% from 255 or 37.89% from 95); Blue value is 8 (3.52% from 255 or 8.42% from 95); Max value from RGB is 51 - color contains mainly: red. Hex color #332408 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #332408 is #CCDBF7. Grayscale: #252525. Windows color (decimal): -13425656 or 533555. OLE color: 533555.

HSL color Cylindrical-coordinate representation of color #332408: hue angle of 39.07º degrees, saturation: 0.73, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #332408 is Cyan = 0, Magento = 0.29, Yellow = 0.84 and Black (K on CMYK) = 0.8.

Color convert

RGB51368-
CMYK00.290.840.8
HSL39.07º72.88%11.57%-
HSV(B)39.07º84.31%20%-
XYZ2.041.980.5-
YUV37.29111.47137.78-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 51 (20.31% from 255) = 53.68%
GREEN value IS 36 (14.45% from 255) = 37.89%
BLUE value IS 8 (3.52% from 255) = 8.42%
R=53.68%
G=37.89%
B=8.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.84
K (Black) values IS 0.8
SystemRedGreenBlueCMYKHSL
Decimal5136800.290.840.839.0772.8811.57
Hex3324801D54502749c
Octal6344100351241204711114
Binary11001110010010000111011010100101000010011110010011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #332408

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #332408; }

 p { color: rgb(51,36,8); }

 H1.HeaderClassName
 {
   color: #332408;
 }
 .AnyTagClassName
 {
   color: #332408;
 }
</style>
background-color css

<style>
 a { background-color: #332408; }

 a { background-color: rgb(51,36,8); }

 div.DivClassName
 {
   background-color: #332408;
 }
 .BgClassName
 {
   background-color: #332408;
 }
</style>
border-color css

<style>
 span { border-color: #332408; }

 span { border-color: rgb(51,36,8); }

 td.TdClassName
 {
   border-color: #332408;
 }
 .TagClassName
 {
   border-color: #332408;
 }
</style>