Html Css Color HEX #373115 Graphite

📋 copy color: '#373115'

red 55 ◦ green 49 ◦ blue 21

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

Shades of Graphite #373115

Tints of Graphite #373115

RGB

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

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

 BLUE value IS 21 (8.59% from 255) = 16.8%

R = 44%
G = 39.2%
B = 16.8%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.62

 K value IS 0.78

RGB Variations

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

Color information

#373115 (or 0x373115) is known color: Graphite. HEX triplet: 37, 31 and 15. RGB value is (55,49,21). Sum of RGB (Red+Green+Blue) = 55+49+21=125 (16% of max value = 765). Red value is 55 (21.88% from 255 or 44% from 125); Green value is 49 (19.53% from 255 or 39.2% from 125); Blue value is 21 (8.59% from 255 or 16.8% from 125); Max value from RGB is 55 - color contains mainly: red. Hex color #373115 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #373115 is #C8CEEA. Grayscale: #2F2F2F. Windows color (decimal): -13160171 or 1388855. OLE color: 1388855.

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

Color convert

RGB 55 49 21 -
CMYK 0 0.11 0.62 0.78
HSL 49.41º 0.45% 0.15% -
HSV(B) 49.41º 0.62% 0.22% -
XYZ 2.81 3.06 1.15 -
YUV 47.6 112.99 133.28 -
System Red Green Blue C M Y K H S L
Decimal 55 49 21 0 0.11 0.62 0.78 49.41 0.45 0.15
Hex 37 31 15 0 B 3E 4E 31 2D F
Octal 67 61 25 0 13 76 116 61 55 17
Binary 110111 110001 10101 0 1011 111110 1001110 110001 101101 1111

Color Harmonies of #373115

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #373115

Black with #373115

Text Example


Text Example

White with #373115

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #373115; }

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

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

background-color css

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

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

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

border-color css

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

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

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