#332308

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

Shades of Black Magic #332308

Tints of Black Magic #332308

Color information

#332308 (or 0x332308) is unknown color: approx Black Magic. HEX triplet: 33, 23 and 08. RGB value is (51,35,8). Sum of RGB (Red+Green+Blue) = 51+35+8=94 (12% of max value = 765). Red value is 51 (20.31% from 255 or 54.26% from 94); Green value is 35 (14.06% from 255 or 37.23% from 94); Blue value is 8 (3.52% from 255 or 8.51% from 94); Max value from RGB is 51 - color contains mainly: red. Hex color #332308 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #332308 is #CCDCF7. Grayscale: #242424. Windows color (decimal): -13425912 or 533299. OLE color: 533299.

HSL color Cylindrical-coordinate representation of color #332308: hue angle of 37.67º 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 #332308 is Cyan = 0, Magento = 0.31, Yellow = 0.84 and Black (K on CMYK) = 0.8.

Color convert

RGB51358-
CMYK00.310.840.8
HSL37.67º72.88%11.57%-
HSV(B)37.67º84.31%20%-
XYZ2.011.920.5-
YUV36.71111.8138.2-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 54.26%
GREEN value IS 35 (14.06% from 255) = 37.23%
BLUE value IS 8 (3.52% from 255) = 8.51%
R=54.26%
G=37.23%
B=8.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.84
K (Black) values IS 0.8
SystemRedGreenBlueCMYKHSL
Decimal5135800.310.840.837.6772.8811.57
Hex3323801F54502649c
Octal6343100371241204611114
Binary11001110001110000111111010100101000010011010010011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #332308

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #332308; }

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

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

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

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

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

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

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

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