Html Css Color HEX #373218 Graphite

📋 copy color: '#373218'

red 55 ◦ green 50 ◦ blue 24

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

Shades of Graphite #373218

Tints of Graphite #373218

RGB

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

 GREEN value IS 50 (19.92% from 255) = 38.76%

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

R = 42.64%
G = 38.76%
B = 18.6%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.56

 K value IS 0.78

RGB Variations

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

Color information

#373218 (or 0x373218) is known color: Graphite. HEX triplet: 37, 32 and 18. RGB value is (55,50,24). Sum of RGB (Red+Green+Blue) = 55+50+24=129 (17% of max value = 765). Red value is 55 (21.88% from 255 or 42.64% from 129); Green value is 50 (19.92% from 255 or 38.76% from 129); Blue value is 24 (9.77% from 255 or 18.60% from 129); Max value from RGB is 55 - color contains mainly: red. Hex color #373218 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #373218 is #C8CDE7. Grayscale: #303030. Windows color (decimal): -13159912 or 1585719. OLE color: 1585719.

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

Color convert

RGB 55 50 24 -
CMYK 0 0.09 0.56 0.78
HSL 50.32º 0.39% 0.15% -
HSV(B) 50.32º 0.56% 0.22% -
XYZ 2.88 3.16 1.32 -
YUV 48.53 114.16 132.61 -
System Red Green Blue C M Y K H S L
Decimal 55 50 24 0 0.09 0.56 0.78 50.32 0.39 0.15
Hex 37 32 18 0 9 38 4E 32 27 F
Octal 67 62 30 0 11 70 116 62 47 17
Binary 110111 110010 11000 0 1001 111000 1001110 110010 100111 1111

Color Harmonies of #373218

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #373218

Black with #373218

Text Example


Text Example

White with #373218

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #373218; }

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

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

background-color css

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

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

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

border-color css

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

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

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