Html Css Color HEX #373328 Graphite

📋 copy color: '#373328'

red 55 ◦ green 51 ◦ blue 40

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

Shades of Graphite #373328

Tints of Graphite #373328

RGB

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

 GREEN value IS 51 (20.31% from 255) = 34.93%

 BLUE value IS 40 (16.02% from 255) = 27.4%

R = 37.67%
G = 34.93%
B = 27.4%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.27

 K value IS 0.78

RGB Variations

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

Color information

#373328 (or 0x373328) is known color: Graphite. HEX triplet: 37, 33 and 28. RGB value is (55,51,40). Sum of RGB (Red+Green+Blue) = 55+51+40=146 (19% of max value = 765). Red value is 55 (21.88% from 255 or 37.67% from 146); Green value is 51 (20.31% from 255 or 34.93% from 146); Blue value is 40 (16.02% from 255 or 27.40% from 146); Max value from RGB is 55 - color contains mainly: red. Hex color #373328 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #373328 is #C8CCD7. Grayscale: #323232. Windows color (decimal): -13159640 or 2634551. OLE color: 2634551.

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

Color convert

RGB 55 51 40 -
CMYK 0 0.07 0.27 0.78
HSL 44º 0.16% 0.19% -
HSV(B) 44º 0.27% 0.22% -
XYZ 3.14 3.33 2.49 -
YUV 50.94 121.83 130.89 -
System Red Green Blue C M Y K H S L
Decimal 55 51 40 0 0.07 0.27 0.78 44 0.16 0.19
Hex 37 33 28 0 7 1B 4E 2C 10 13
Octal 67 63 50 0 7 33 116 54 20 23
Binary 110111 110011 101000 0 111 11011 1001110 101100 10000 10011

Color Harmonies of #373328

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #373328

Black with #373328

Text Example


Text Example

White with #373328

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #373328; }

 p { color: rgb(55,51,40); }

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

background-color css

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

 a { background-color: rgb(55,51,40); }

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

border-color css

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

 span { border-color: rgb(55,51,40); }

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