#332B18

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

Shades of Black Magic #332B18

Tints of Black Magic #332B18

Color information

#332B18 (or 0x332B18) is unknown color: approx Black Magic. HEX triplet: 33, 2B and 18. RGB value is (51,43,24). Sum of RGB (Red+Green+Blue) = 51+43+24=118 (15% of max value = 765). Red value is 51 (20.31% from 255 or 43.22% from 118); Green value is 43 (17.19% from 255 or 36.44% from 118); Blue value is 24 (9.77% from 255 or 20.34% from 118); Max value from RGB is 51 - color contains mainly: red. Hex color #332B18 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #332B18 is #CCD4E7. Grayscale: #2B2B2B. Windows color (decimal): -13423848 or 1583923. OLE color: 1583923.

HSL color Cylindrical-coordinate representation of color #332B18: hue angle of 42.22º 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 #332B18 is Cyan = 0, Magento = 0.16, Yellow = 0.53 and Black (K on CMYK) = 0.8.

Color convert

RGB514324-
CMYK00.160.530.8
HSL42.22º36%14.71%-
HSV(B)42.22º52.94%20%-
XYZ2.392.51.22-
YUV43.23117.15133.54-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 43.22%
GREEN value IS 43 (17.19% from 255) = 36.44%
BLUE value IS 24 (9.77% from 255) = 20.34%
R=43.22%
G=36.44%
B=20.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.53
K (Black) values IS 0.8
SystemRedGreenBlueCMYKHSL
Decimal51432400.160.530.842.223614.71
Hex332B1801035502a24f
Octal63533002065120524417
Binary1100111010111100001000011010110100001010101001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #332B18

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #332B18; }

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

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

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

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

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

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

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

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