Html Css Color HEX #332716 Black Magic

📋 copy color: '#332716'

red 51 ◦ green 39 ◦ blue 22

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

Shades of Black Magic #332716

Tints of Black Magic #332716

RGB

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

 GREEN value IS 39 (15.63% from 255) = 34.82%

 BLUE value IS 22 (8.98% from 255) = 19.64%

R = 45.54%
G = 34.82%
B = 19.64%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.57

 K value IS 0.8

RGB Variations

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

Color information

#332716 (or 0x332716) is known color: Black Magic. HEX triplet: 33, 27 and 16. RGB value is (51,39,22). Sum of RGB (Red+Green+Blue) = 51+39+22=112 (14% of max value = 765). Red value is 51 (20.31% from 255 or 45.54% from 112); Green value is 39 (15.62% from 255 or 34.82% from 112); Blue value is 22 (8.98% from 255 or 19.64% from 112); Max value from RGB is 51 - color contains mainly: red. Hex color #332716 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #332716 is #CCD8E9. Grayscale: #282828. Windows color (decimal): -13424874 or 1451827. OLE color: 1451827.

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

Color convert

RGB 51 39 22 -
CMYK 0 0.24 0.57 0.8
HSL 35.17º 0.4% 0.14% -
HSV(B) 35.17º 0.57% 0.2% -
XYZ 2.24 2.21 1.07 -
YUV 40.65 117.48 135.38 -
System Red Green Blue C M Y K H S L
Decimal 51 39 22 0 0.24 0.57 0.8 35.17 0.4 0.14
Hex 33 27 16 0 18 39 50 23 28 E
Octal 63 47 26 0 30 71 120 43 50 16
Binary 110011 100111 10110 0 11000 111001 1010000 100011 101000 1110

Color Harmonies of #332716

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #332716

Black with #332716

Text Example


Text Example

White with #332716

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #332716; }

 p { color: rgb(51,39,22); }

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

background-color css

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

 a { background-color: rgb(51,39,22); }

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

border-color css

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

 span { border-color: rgb(51,39,22); }

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