Html Css Color HEX #332E20 Graphite

📋 copy color: '#332E20'

red 51 ◦ green 46 ◦ blue 32

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

Shades of Graphite #332E20

Tints of Graphite #332E20

RGB

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

 GREEN value IS 46 (18.36% from 255) = 35.66%

 BLUE value IS 32 (12.89% from 255) = 24.81%

R = 39.53%
G = 35.66%
B = 24.81%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.37

 K value IS 0.8

RGB Variations

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

Color information

#332E20 (or 0x332E20) is known color: Graphite. HEX triplet: 33, 2E and 20. RGB value is (51,46,32). Sum of RGB (Red+Green+Blue) = 51+46+32=129 (17% of max value = 765). Red value is 51 (20.31% from 255 or 39.53% from 129); Green value is 46 (18.36% from 255 or 35.66% from 129); Blue value is 32 (12.89% from 255 or 24.81% from 129); Max value from RGB is 51 - color contains mainly: red. Hex color #332E20 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #332E20 is #CCD1DF. Grayscale: #2D2D2D. Windows color (decimal): -13423072 or 2108979. OLE color: 2108979.

HSL color Cylindrical-coordinate representation of color #332E20: hue angle of 44.21º degrees, saturation: 0.23, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #332E20 is Cyan = 0, Magento = 0.10, Yellow = 0.37 and Black (K on CMYK) = 0.8.

Color convert

RGB 51 46 32 -
CMYK 0 0.10 0.37 0.8
HSL 44.21º 0.23% 0.16% -
HSV(B) 44.21º 0.37% 0.2% -
XYZ 2.6 2.76 1.76 -
YUV 45.9 120.16 131.64 -
System Red Green Blue C M Y K H S L
Decimal 51 46 32 0 0.10 0.37 0.8 44.21 0.23 0.16
Hex 33 2E 20 0 A 25 50 2C 17 10
Octal 63 56 40 0 12 45 120 54 27 20
Binary 110011 101110 100000 0 1010 100101 1010000 101100 10111 10000

Color Harmonies of #332E20

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #332E20

Black with #332E20

Text Example


Text Example

White with #332E20

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #332E20; }

 p { color: rgb(51,46,32); }

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

background-color css

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

 a { background-color: rgb(51,46,32); }

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

border-color css

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

 span { border-color: rgb(51,46,32); }

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