Html Css Color HEX #332612 Black Magic

📋 copy color: '#332612'

red 51 ◦ green 38 ◦ blue 18

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

Shades of Black Magic #332612

Tints of Black Magic #332612

RGB

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

 GREEN value IS 38 (15.23% from 255) = 35.51%

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

R = 47.66%
G = 35.51%
B = 16.82%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.65

 K value IS 0.8

RGB Variations

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

Color information

#332612 (or 0x332612) is known color: Black Magic. HEX triplet: 33, 26 and 12. RGB value is (51,38,18). Sum of RGB (Red+Green+Blue) = 51+38+18=107 (14% of max value = 765). Red value is 51 (20.31% from 255 or 47.66% from 107); Green value is 38 (15.23% from 255 or 35.51% from 107); Blue value is 18 (7.42% from 255 or 16.82% from 107); Max value from RGB is 51 - color contains mainly: red. Hex color #332612 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #332612 is #CCD9ED. Grayscale: #272727. Windows color (decimal): -13425134 or 1189427. OLE color: 1189427.

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

Color convert

RGB 51 38 18 -
CMYK 0 0.25 0.65 0.8
HSL 36.36º 0.48% 0.14% -
HSV(B) 36.36º 0.65% 0.2% -
XYZ 2.17 2.13 0.87 -
YUV 39.61 115.81 136.13 -
System Red Green Blue C M Y K H S L
Decimal 51 38 18 0 0.25 0.65 0.8 36.36 0.48 0.14
Hex 33 26 12 0 19 41 50 24 30 E
Octal 63 46 22 0 31 101 120 44 60 16
Binary 110011 100110 10010 0 11001 1000001 1010000 100100 110000 1110

Color Harmonies of #332612

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #332612

Black with #332612

Text Example


Text Example

White with #332612

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #332612; }

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

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

background-color css

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

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

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

border-color css

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

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

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