Html Css Color HEX #373428 Graphite

📋 copy color: '#373428'

red 55 ◦ green 52 ◦ blue 40

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

Shades of Graphite #373428

Tints of Graphite #373428

RGB

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

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

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

R = 37.41%
G = 35.37%
B = 27.21%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.27

 K value IS 0.78

RGB Variations

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

Color information

#373428 (or 0x373428) is known color: Graphite. HEX triplet: 37, 34 and 28. RGB value is (55,52,40). Sum of RGB (Red+Green+Blue) = 55+52+40=147 (19% of max value = 765). Red value is 55 (21.88% from 255 or 37.41% from 147); Green value is 52 (20.70% from 255 or 35.37% from 147); Blue value is 40 (16.02% from 255 or 27.21% from 147); Max value from RGB is 55 - color contains mainly: red. Hex color #373428 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #373428 is #C8CBD7. Grayscale: #333333. Windows color (decimal): -13159384 or 2634807. OLE color: 2634807.

HSL color Cylindrical-coordinate representation of color #373428: hue angle of 48º 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 #373428 is Cyan = 0, Magento = 0.05, Yellow = 0.27 and Black (K on CMYK) = 0.78.

Color convert

RGB 55 52 40 -
CMYK 0 0.05 0.27 0.78
HSL 48º 0.16% 0.19% -
HSV(B) 48º 0.27% 0.22% -
XYZ 3.19 3.42 2.5 -
YUV 51.53 121.49 130.48 -
System Red Green Blue C M Y K H S L
Decimal 55 52 40 0 0.05 0.27 0.78 48 0.16 0.19
Hex 37 34 28 0 5 1B 4E 30 10 13
Octal 67 64 50 0 5 33 116 60 20 23
Binary 110111 110100 101000 0 101 11011 1001110 110000 10000 10011

Color Harmonies of #373428

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #373428

Black with #373428

Text Example


Text Example

White with #373428

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #373428; }

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

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

background-color css

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

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

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

border-color css

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

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

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