#332918

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

Shades of Black Magic #332918

Tints of Black Magic #332918

Color information

#332918 (or 0x332918) is unknown color: approx Black Magic. HEX triplet: 33, 29 and 18. RGB value is (51,41,24). Sum of RGB (Red+Green+Blue) = 51+41+24=116 (15% of max value = 765). Red value is 51 (20.31% from 255 or 43.97% from 116); Green value is 41 (16.41% from 255 or 35.34% from 116); Blue value is 24 (9.77% from 255 or 20.69% from 116); Max value from RGB is 51 - color contains mainly: red. Hex color #332918 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #332918 is #CCD6E7. Grayscale: #2A2A2A. Windows color (decimal): -13424360 or 1583411. OLE color: 1583411.

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

Color convert

RGB514124-
CMYK00.200.530.8
HSL37.78º36%14.71%-
HSV(B)37.78º52.94%20%-
XYZ2.322.361.2-
YUV42.05117.81134.38-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 43.97%
GREEN value IS 41 (16.41% from 255) = 35.34%
BLUE value IS 24 (9.77% from 255) = 20.69%
R=43.97%
G=35.34%
B=20.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.53
K (Black) values IS 0.8
SystemRedGreenBlueCMYKHSL
Decimal51412400.200.530.837.783614.71
Hex33291801435502624f
Octal63513002465120464417
Binary1100111010011100001010011010110100001001101001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #332918

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #332918; }

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

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

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

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

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

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

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

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