Html Css Color HEX #373119 Graphite

📋 copy color: '#373119'

red 55 ◦ green 49 ◦ blue 25

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

Shades of Graphite #373119

Tints of Graphite #373119

RGB

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

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

 BLUE value IS 25 (10.16% from 255) = 19.38%

R = 42.64%
G = 37.98%
B = 19.38%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.55

 K value IS 0.78

RGB Variations

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

Color information

#373119 (or 0x373119) is known color: Graphite. HEX triplet: 37, 31 and 19. RGB value is (55,49,25). Sum of RGB (Red+Green+Blue) = 55+49+25=129 (17% of max value = 765). Red value is 55 (21.88% from 255 or 42.64% from 129); Green value is 49 (19.53% from 255 or 37.98% from 129); Blue value is 25 (10.16% from 255 or 19.38% from 129); Max value from RGB is 55 - color contains mainly: red. Hex color #373119 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #373119 is #C8CEE6. Grayscale: #303030. Windows color (decimal): -13160167 or 1650999. OLE color: 1650999.

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

Color convert

RGB 55 49 25 -
CMYK 0 0.11 0.55 0.78
HSL 48º 0.38% 0.16% -
HSV(B) 48º 0.55% 0.22% -
XYZ 2.85 3.08 1.36 -
YUV 48.06 114.99 132.95 -
System Red Green Blue C M Y K H S L
Decimal 55 49 25 0 0.11 0.55 0.78 48 0.38 0.16
Hex 37 31 19 0 B 37 4E 30 26 10
Octal 67 61 31 0 13 67 116 60 46 20
Binary 110111 110001 11001 0 1011 110111 1001110 110000 100110 10000

Color Harmonies of #373119

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #373119

Black with #373119

Text Example


Text Example

White with #373119

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #373119; }

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

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

background-color css

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

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

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

border-color css

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

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

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