Html Css Color HEX #332817 Black Magic

📋 copy color: '#332817'

red 51 ◦ green 40 ◦ blue 23

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

Shades of Black Magic #332817

Tints of Black Magic #332817

RGB

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

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

 BLUE value IS 23 (9.38% from 255) = 20.18%

R = 44.74%
G = 35.09%
B = 20.18%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.55

 K value IS 0.8

RGB Variations

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

Color information

#332817 (or 0x332817) is known color: Black Magic. HEX triplet: 33, 28 and 17. RGB value is (51,40,23). Sum of RGB (Red+Green+Blue) = 51+40+23=114 (15% of max value = 765). Red value is 51 (20.31% from 255 or 44.74% from 114); Green value is 40 (16.02% from 255 or 35.09% from 114); Blue value is 23 (9.38% from 255 or 20.18% from 114); Max value from RGB is 51 - color contains mainly: red. Hex color #332817 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #332817 is #CCD7E8. Grayscale: #292929. Windows color (decimal): -13424617 or 1517619. OLE color: 1517619.

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

Color convert

RGB 51 40 23 -
CMYK 0 0.22 0.55 0.8
HSL 36.43º 0.38% 0.15% -
HSV(B) 36.43º 0.55% 0.2% -
XYZ 2.28 2.28 1.13 -
YUV 41.35 117.64 134.88 -
System Red Green Blue C M Y K H S L
Decimal 51 40 23 0 0.22 0.55 0.8 36.43 0.38 0.15
Hex 33 28 17 0 16 37 50 24 26 F
Octal 63 50 27 0 26 67 120 44 46 17
Binary 110011 101000 10111 0 10110 110111 1010000 100100 100110 1111

Color Harmonies of #332817

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #332817

Black with #332817

Text Example


Text Example

White with #332817

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #332817; }

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

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

background-color css

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

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

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

border-color css

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

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

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