Html Css Color HEX #332812 Black Magic

📋 copy color: '#332812'

red 51 ◦ green 40 ◦ blue 18

#332812
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Black Magic #332812

Tints of Black Magic #332812

RGB

 RED value IS 51 (20.31% from 255) = 46.79%

 GREEN value IS 40 (16.02% from 255) = 36.7%

 BLUE value IS 18 (7.42% from 255) = 16.51%

R = 46.79%
G = 36.7%
B = 16.51%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.65

 K value IS 0.8

RGB Variations

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

Color information

#332812 (or 0x332812) is known color: Black Magic. HEX triplet: 33, 28 and 12. RGB value is (51,40,18). Sum of RGB (Red+Green+Blue) = 51+40+18=109 (14% of max value = 765). Red value is 51 (20.31% from 255 or 46.79% from 109); Green value is 40 (16.02% from 255 or 36.70% from 109); Blue value is 18 (7.42% from 255 or 16.51% from 109); Max value from RGB is 51 - color contains mainly: red. Hex color #332812 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #332812 is #CCD7ED. Grayscale: #282828. Windows color (decimal): -13424622 or 1189939. OLE color: 1189939.

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

Color convert

RGB 51 40 18 -
CMYK 0 0.22 0.65 0.8
HSL 40º 0.48% 0.14% -
HSV(B) 40º 0.65% 0.2% -
XYZ 2.23 2.27 0.89 -
YUV 40.78 115.14 135.29 -
System Red Green Blue C M Y K H S L
Decimal 51 40 18 0 0.22 0.65 0.8 40 0.48 0.14
Hex 33 28 12 0 16 41 50 28 30 E
Octal 63 50 22 0 26 101 120 50 60 16
Binary 110011 101000 10010 0 10110 1000001 1010000 101000 110000 1110

Color Harmonies of #332812

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #332812

Black with #332812

Text Example


Text Example

White with #332812

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #332812; }

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

 H1.HeaderClassName
 {
   color: #332812;
 }
 .AnyTagClassName
 {
   color: #332812;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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