Html Css Color HEX #373531 Graphite

📋 copy color: '#373531'

red 55 ◦ green 53 ◦ blue 49

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

Shades of Graphite #373531

Tints of Graphite #373531

RGB

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

 GREEN value IS 53 (21.09% from 255) = 33.76%

 BLUE value IS 49 (19.53% from 255) = 31.21%

R = 35.03%
G = 33.76%
B = 31.21%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.11

 K value IS 0.78

RGB Variations

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

Color information

#373531 (or 0x373531) is known color: Graphite. HEX triplet: 37, 35 and 31. RGB value is (55,53,49). Sum of RGB (Red+Green+Blue) = 55+53+49=157 (20% of max value = 765). Red value is 55 (21.88% from 255 or 35.03% from 157); Green value is 53 (21.09% from 255 or 33.76% from 157); Blue value is 49 (19.53% from 255 or 31.21% from 157); Max value from RGB is 55 - color contains mainly: red. Hex color #373531 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #373531 is #C8CACE. Grayscale: #353535. Windows color (decimal): -13159119 or 3224887. OLE color: 3224887.

HSL color Cylindrical-coordinate representation of color #373531: hue angle of 40º degrees, saturation: 0.06, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #373531 is Cyan = 0, Magento = 0.04, Yellow = 0.11 and Black (K on CMYK) = 0.78.

Color convert

RGB 55 53 49 -
CMYK 0 0.04 0.11 0.78
HSL 40º 0.06% 0.2% -
HSV(B) 40º 0.11% 0.22% -
XYZ 3.4 3.58 3.42 -
YUV 53.14 125.66 129.33 -
System Red Green Blue C M Y K H S L
Decimal 55 53 49 0 0.04 0.11 0.78 40 0.06 0.2
Hex 37 35 31 0 4 B 4E 28 6 14
Octal 67 65 61 0 4 13 116 50 6 24
Binary 110111 110101 110001 0 100 1011 1001110 101000 110 10100

Color Harmonies of #373531

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #373531

Black with #373531

Text Example


Text Example

White with #373531

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #373531; }

 p { color: rgb(55,53,49); }

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

background-color css

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

 a { background-color: rgb(55,53,49); }

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

border-color css

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

 span { border-color: rgb(55,53,49); }

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