#332818

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

Shades of Black Magic #332818

Tints of Black Magic #332818

Color information

#332818 (or 0x332818) is unknown color: approx Black Magic. HEX triplet: 33, 28 and 18. RGB value is (51,40,24). Sum of RGB (Red+Green+Blue) = 51+40+24=115 (15% of max value = 765). Red value is 51 (20.31% from 255 or 44.35% from 115); Green value is 40 (16.02% from 255 or 34.78% from 115); Blue value is 24 (9.77% from 255 or 20.87% from 115); Max value from RGB is 51 - color contains mainly: red. Hex color #332818 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #332818 is #CCD7E7. Grayscale: #292929. Windows color (decimal): -13424616 or 1583155. OLE color: 1583155.

HSL color Cylindrical-coordinate representation of color #332818: hue angle of 35.56º degrees, saturation: 0.36, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #332818 is Cyan = 0, Magento = 0.22, Yellow = 0.53 and Black (K on CMYK) = 0.8.

Color convert

RGB514024-
CMYK00.220.530.8
HSL35.56º36%14.71%-
HSV(B)35.56º52.94%20%-
XYZ2.292.291.19-
YUV41.46118.14134.8-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 44.35%
GREEN value IS 40 (16.02% from 255) = 34.78%
BLUE value IS 24 (9.77% from 255) = 20.87%
R=44.35%
G=34.78%
B=20.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.53
K (Black) values IS 0.8
SystemRedGreenBlueCMYKHSL
Decimal51402400.220.530.835.563614.71
Hex33281801635502424f
Octal63503002665120444417
Binary1100111010001100001011011010110100001001001001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #332818

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #332818; }

 p { color: rgb(51,40,24); }

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

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

 a { background-color: rgb(51,40,24); }

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

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

 span { border-color: rgb(51,40,24); }

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