Html Css Color HEX #373019 Graphite

📋 copy color: '#373019'

red 55 ◦ green 48 ◦ blue 25

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

Shades of Graphite #373019

Tints of Graphite #373019

RGB

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

 GREEN value IS 48 (19.14% from 255) = 37.5%

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

R = 42.97%
G = 37.5%
B = 19.53%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.55

 K value IS 0.78

RGB Variations

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

Color information

#373019 (or 0x373019) is known color: Graphite. HEX triplet: 37, 30 and 19. RGB value is (55,48,25). Sum of RGB (Red+Green+Blue) = 55+48+25=128 (16% of max value = 765). Red value is 55 (21.88% from 255 or 42.97% from 128); Green value is 48 (19.14% from 255 or 37.5% from 128); Blue value is 25 (10.16% from 255 or 19.53% from 128); Max value from RGB is 55 - color contains mainly: red. Hex color #373019 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #373019 is #C8CFE6. Grayscale: #2F2F2F. Windows color (decimal): -13160423 or 1650743. OLE color: 1650743.

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

Color convert

RGB 55 48 25 -
CMYK 0 0.13 0.55 0.78
HSL 46º 0.38% 0.16% -
HSV(B) 46º 0.55% 0.22% -
XYZ 2.81 3 1.35 -
YUV 47.47 115.32 133.37 -
System Red Green Blue C M Y K H S L
Decimal 55 48 25 0 0.13 0.55 0.78 46 0.38 0.16
Hex 37 30 19 0 D 37 4E 2E 26 10
Octal 67 60 31 0 15 67 116 56 46 20
Binary 110111 110000 11001 0 1101 110111 1001110 101110 100110 10000

Color Harmonies of #373019

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #373019

Black with #373019

Text Example


Text Example

White with #373019

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #373019; }

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

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

background-color css

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

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

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

border-color css

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

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

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