Html Css Color HEX #322F25 Graphite

📋 copy color: '#322F25'

red 50 ◦ green 47 ◦ blue 37

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

Shades of Graphite #322F25

Tints of Graphite #322F25

RGB

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

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

 BLUE value IS 37 (14.84% from 255) = 27.61%

R = 37.31%
G = 35.07%
B = 27.61%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.26

 K value IS 0.80

RGB Variations

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

Color information

#322F25 (or 0x322F25) is known color: Graphite. HEX triplet: 32, 2F and 25. RGB value is (50,47,37). Sum of RGB (Red+Green+Blue) = 50+47+37=134 (17% of max value = 765). Red value is 50 (19.92% from 255 or 37.31% from 134); Green value is 47 (18.75% from 255 or 35.07% from 134); Blue value is 37 (14.84% from 255 or 27.61% from 134); Max value from RGB is 50 - color contains mainly: red. Hex color #322F25 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #322F25 is #CDD0DA. Grayscale: #2E2E2E. Windows color (decimal): -13488347 or 2436914. OLE color: 2436914.

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

Color convert

RGB 50 47 37 -
CMYK 0 0.06 0.26 0.80
HSL 46.15º 0.15% 0.17% -
HSV(B) 46.15º 0.26% 0.2% -
XYZ 2.67 2.84 2.16 -
YUV 46.76 122.49 130.31 -
System Red Green Blue C M Y K H S L
Decimal 50 47 37 0 0.06 0.26 0.80 46.15 0.15 0.17
Hex 32 2F 25 0 6 1A 50 2E F 11
Octal 62 57 45 0 6 32 120 56 17 21
Binary 110010 101111 100101 0 110 11010 1010000 101110 1111 10001

Color Harmonies of #322F25

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #322F25

Black with #322F25

Text Example


Text Example

White with #322F25

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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