Html Css Color HEX #373421 Graphite

📋 copy color: '#373421'

red 55 ◦ green 52 ◦ blue 33

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

Shades of Graphite #373421

Tints of Graphite #373421

RGB

 RED value IS 55 (21.88% from 255) = 39.29%

 GREEN value IS 52 (20.7% from 255) = 37.14%

 BLUE value IS 33 (13.28% from 255) = 23.57%

R = 39.29%
G = 37.14%
B = 23.57%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.4

 K value IS 0.78

RGB Variations

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

Color information

#373421 (or 0x373421) is known color: Graphite. HEX triplet: 37, 34 and 21. RGB value is (55,52,33). Sum of RGB (Red+Green+Blue) = 55+52+33=140 (18% of max value = 765). Red value is 55 (21.88% from 255 or 39.29% from 140); Green value is 52 (20.70% from 255 or 37.14% from 140); Blue value is 33 (13.28% from 255 or 23.57% from 140); Max value from RGB is 55 - color contains mainly: red. Hex color #373421 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #373421 is #C8CBDE. Grayscale: #323232. Windows color (decimal): -13159391 or 2176055. OLE color: 2176055.

HSL color Cylindrical-coordinate representation of color #373421: hue angle of 51.82º degrees, saturation: 0.25, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #373421 is Cyan = 0, Magento = 0.05, Yellow = 0.4 and Black (K on CMYK) = 0.78.

Color convert

RGB 55 52 33 -
CMYK 0 0.05 0.4 0.78
HSL 51.82º 0.25% 0.17% -
HSV(B) 51.82º 0.4% 0.22% -
XYZ 3.08 3.38 1.93 -
YUV 50.73 117.99 131.04 -
System Red Green Blue C M Y K H S L
Decimal 55 52 33 0 0.05 0.4 0.78 51.82 0.25 0.17
Hex 37 34 21 0 5 28 4E 34 19 11
Octal 67 64 41 0 5 50 116 64 31 21
Binary 110111 110100 100001 0 101 101000 1001110 110100 11001 10001

Color Harmonies of #373421

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #373421

Black with #373421

Text Example


Text Example

White with #373421

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #373421; }

 p { color: rgb(55,52,33); }

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

background-color css

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

 a { background-color: rgb(55,52,33); }

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

border-color css

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

 span { border-color: rgb(55,52,33); }

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