Html Css Color HEX #373018 Graphite

📋 copy color: '#373018'

red 55 ◦ green 48 ◦ blue 24

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

Shades of Graphite #373018

Tints of Graphite #373018

RGB

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

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

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

R = 43.31%
G = 37.8%
B = 18.9%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.56

 K value IS 0.78

RGB Variations

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

Color information

#373018 (or 0x373018) is known color: Graphite. HEX triplet: 37, 30 and 18. RGB value is (55,48,24). Sum of RGB (Red+Green+Blue) = 55+48+24=127 (16% of max value = 765). Red value is 55 (21.88% from 255 or 43.31% from 127); Green value is 48 (19.14% from 255 or 37.80% from 127); Blue value is 24 (9.77% from 255 or 18.90% from 127); Max value from RGB is 55 - color contains mainly: red. Hex color #373018 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #373018 is #C8CFE7. Grayscale: #2F2F2F. Windows color (decimal): -13160424 or 1585207. OLE color: 1585207.

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

Color convert

RGB 55 48 24 -
CMYK 0 0.13 0.56 0.78
HSL 46.45º 0.39% 0.15% -
HSV(B) 46.45º 0.56% 0.22% -
XYZ 2.8 2.99 1.29 -
YUV 47.36 114.82 133.45 -
System Red Green Blue C M Y K H S L
Decimal 55 48 24 0 0.13 0.56 0.78 46.45 0.39 0.15
Hex 37 30 18 0 D 38 4E 2E 27 F
Octal 67 60 30 0 15 70 116 56 47 17
Binary 110111 110000 11000 0 1101 111000 1001110 101110 100111 1111

Color Harmonies of #373018

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #373018

Black with #373018

Text Example


Text Example

White with #373018

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #373018; }

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

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

background-color css

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

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

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

border-color css

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

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

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