Html Css Color HEX #373118 Graphite

📋 copy color: '#373118'

red 55 ◦ green 49 ◦ blue 24

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

Shades of Graphite #373118

Tints of Graphite #373118

RGB

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

 GREEN value IS 49 (19.53% from 255) = 38.28%

 BLUE value IS 24 (9.77% from 255) = 18.75%

R = 42.97%
G = 38.28%
B = 18.75%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.56

 K value IS 0.78

RGB Variations

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

Color information

#373118 (or 0x373118) is known color: Graphite. HEX triplet: 37, 31 and 18. RGB value is (55,49,24). Sum of RGB (Red+Green+Blue) = 55+49+24=128 (16% of max value = 765). Red value is 55 (21.88% from 255 or 42.97% from 128); Green value is 49 (19.53% from 255 or 38.28% from 128); Blue value is 24 (9.77% from 255 or 18.75% from 128); Max value from RGB is 55 - color contains mainly: red. Hex color #373118 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #373118 is #C8CEE7. Grayscale: #303030. Windows color (decimal): -13160168 or 1585463. OLE color: 1585463.

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

Color convert

RGB 55 49 24 -
CMYK 0 0.11 0.56 0.78
HSL 48.39º 0.39% 0.15% -
HSV(B) 48.39º 0.56% 0.22% -
XYZ 2.84 3.07 1.31 -
YUV 47.94 114.49 133.03 -
System Red Green Blue C M Y K H S L
Decimal 55 49 24 0 0.11 0.56 0.78 48.39 0.39 0.15
Hex 37 31 18 0 B 38 4E 30 27 F
Octal 67 61 30 0 13 70 116 60 47 17
Binary 110111 110001 11000 0 1011 111000 1001110 110000 100111 1111

Color Harmonies of #373118

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #373118

Black with #373118

Text Example


Text Example

White with #373118

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #373118; }

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

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

background-color css

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

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

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

border-color css

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

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

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