Html Css Color HEX #322F27 Graphite

📋 copy color: '#322F27'

red 50 ◦ green 47 ◦ blue 39

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

Shades of Graphite #322F27

Tints of Graphite #322F27

RGB

 RED value IS 50 (19.92% from 255) = 36.76%

 GREEN value IS 47 (18.75% from 255) = 34.56%

 BLUE value IS 39 (15.63% from 255) = 28.68%

R = 36.76%
G = 34.56%
B = 28.68%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.22

 K value IS 0.80

RGB Variations

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

Color information

#322F27 (or 0x322F27) is known color: Graphite. HEX triplet: 32, 2F and 27. RGB value is (50,47,39). Sum of RGB (Red+Green+Blue) = 50+47+39=136 (18% of max value = 765). Red value is 50 (19.92% from 255 or 36.76% from 136); Green value is 47 (18.75% from 255 or 34.56% from 136); Blue value is 39 (15.62% from 255 or 28.68% from 136); Max value from RGB is 50 - color contains mainly: red. Hex color #322F27 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #322F27 is #CDD0D8. Grayscale: #2F2F2F. Windows color (decimal): -13488345 or 2567986. OLE color: 2567986.

HSL color Cylindrical-coordinate representation of color #322F27: hue angle of 43.64º degrees, saturation: 0.12, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #322F27 is Cyan = 0, Magento = 0.06, Yellow = 0.22 and Black (K on CMYK) = 0.80.

Color convert

RGB 50 47 39 -
CMYK 0 0.06 0.22 0.80
HSL 43.64º 0.12% 0.17% -
HSV(B) 43.64º 0.22% 0.2% -
XYZ 2.7 2.86 2.33 -
YUV 46.99 123.49 130.15 -
System Red Green Blue C M Y K H S L
Decimal 50 47 39 0 0.06 0.22 0.80 43.64 0.12 0.17
Hex 32 2F 27 0 6 16 50 2C C 11
Octal 62 57 47 0 6 26 120 54 14 21
Binary 110010 101111 100111 0 110 10110 1010000 101100 1100 10001

Color Harmonies of #322F27

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #322F27

Black with #322F27

Text Example


Text Example

White with #322F27

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #322F27; }

 p { color: rgb(50,47,39); }

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

background-color css

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

 a { background-color: rgb(50,47,39); }

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

border-color css

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

 span { border-color: rgb(50,47,39); }

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