Html Css Color HEX #373529 Graphite

📋 copy color: '#373529'

red 55 ◦ green 53 ◦ blue 41

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

Shades of Graphite #373529

Tints of Graphite #373529

RGB

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

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

 BLUE value IS 41 (16.41% from 255) = 27.52%

R = 36.91%
G = 35.57%
B = 27.52%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.25

 K value IS 0.78

RGB Variations

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

Color information

#373529 (or 0x373529) is known color: Graphite. HEX triplet: 37, 35 and 29. RGB value is (55,53,41). Sum of RGB (Red+Green+Blue) = 55+53+41=149 (19% of max value = 765). Red value is 55 (21.88% from 255 or 36.91% from 149); Green value is 53 (21.09% from 255 or 35.57% from 149); Blue value is 41 (16.41% from 255 or 27.52% from 149); Max value from RGB is 55 - color contains mainly: red. Hex color #373529 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #373529 is #C8CAD6. Grayscale: #343434. Windows color (decimal): -13159127 or 2700599. OLE color: 2700599.

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

Color convert

RGB 55 53 41 -
CMYK 0 0.04 0.25 0.78
HSL 51.43º 0.15% 0.19% -
HSV(B) 51.43º 0.25% 0.22% -
XYZ 3.25 3.52 2.61 -
YUV 52.23 121.66 129.98 -
System Red Green Blue C M Y K H S L
Decimal 55 53 41 0 0.04 0.25 0.78 51.43 0.15 0.19
Hex 37 35 29 0 4 19 4E 33 F 13
Octal 67 65 51 0 4 31 116 63 17 23
Binary 110111 110101 101001 0 100 11001 1001110 110011 1111 10011

Color Harmonies of #373529

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #373529

Black with #373529

Text Example


Text Example

White with #373529

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #373529; }

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

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

background-color css

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

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

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

border-color css

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

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

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