Html Css Color HEX #373528 Graphite

📋 copy color: '#373528'

red 55 ◦ green 53 ◦ blue 40

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

Shades of Graphite #373528

Tints of Graphite #373528

RGB

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

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

 BLUE value IS 40 (16.02% from 255) = 27.03%

R = 37.16%
G = 35.81%
B = 27.03%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.27

 K value IS 0.78

RGB Variations

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

Color information

#373528 (or 0x373528) is known color: Graphite. HEX triplet: 37, 35 and 28. RGB value is (55,53,40). Sum of RGB (Red+Green+Blue) = 55+53+40=148 (19% of max value = 765). Red value is 55 (21.88% from 255 or 37.16% from 148); Green value is 53 (21.09% from 255 or 35.81% from 148); Blue value is 40 (16.02% from 255 or 27.03% from 148); Max value from RGB is 55 - color contains mainly: red. Hex color #373528 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #373528 is #C8CAD7. Grayscale: #343434. Windows color (decimal): -13159128 or 2635063. OLE color: 2635063.

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

Color convert

RGB 55 53 40 -
CMYK 0 0.04 0.27 0.78
HSL 52º 0.16% 0.19% -
HSV(B) 52º 0.27% 0.22% -
XYZ 3.23 3.51 2.51 -
YUV 52.12 121.16 130.06 -
System Red Green Blue C M Y K H S L
Decimal 55 53 40 0 0.04 0.27 0.78 52 0.16 0.19
Hex 37 35 28 0 4 1B 4E 34 10 13
Octal 67 65 50 0 4 33 116 64 20 23
Binary 110111 110101 101000 0 100 11011 1001110 110100 10000 10011

Color Harmonies of #373528

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #373528

Black with #373528

Text Example


Text Example

White with #373528

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #373528; }

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

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

background-color css

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

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

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

border-color css

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

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

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