Html Css Color HEX #332912 Black Magic

📋 copy color: '#332912'

red 51 ◦ green 41 ◦ blue 18

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

Shades of Black Magic #332912

Tints of Black Magic #332912

RGB

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

 GREEN value IS 41 (16.41% from 255) = 37.27%

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

R = 46.36%
G = 37.27%
B = 16.36%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.65

 K value IS 0.8

RGB Variations

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

Color information

#332912 (or 0x332912) is known color: Black Magic. HEX triplet: 33, 29 and 12. RGB value is (51,41,18). Sum of RGB (Red+Green+Blue) = 51+41+18=110 (14% of max value = 765). Red value is 51 (20.31% from 255 or 46.36% from 110); Green value is 41 (16.41% from 255 or 37.27% from 110); Blue value is 18 (7.42% from 255 or 16.36% from 110); Max value from RGB is 51 - color contains mainly: red. Hex color #332912 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #332912 is #CCD6ED. Grayscale: #292929. Windows color (decimal): -13424366 or 1190195. OLE color: 1190195.

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

Color convert

RGB 51 41 18 -
CMYK 0 0.20 0.65 0.8
HSL 41.82º 0.48% 0.14% -
HSV(B) 41.82º 0.65% 0.2% -
XYZ 2.27 2.33 0.9 -
YUV 41.37 114.81 134.87 -
System Red Green Blue C M Y K H S L
Decimal 51 41 18 0 0.20 0.65 0.8 41.82 0.48 0.14
Hex 33 29 12 0 14 41 50 2A 30 E
Octal 63 51 22 0 24 101 120 52 60 16
Binary 110011 101001 10010 0 10100 1000001 1010000 101010 110000 1110

Color Harmonies of #332912

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #332912

Black with #332912

Text Example


Text Example

White with #332912

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #332912; }

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

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

background-color css

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

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

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

border-color css

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

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

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