Html Css Color HEX #37321C Graphite

📋 copy color: '#37321C'

red 55 ◦ green 50 ◦ blue 28

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

Shades of Graphite #37321C

Tints of Graphite #37321C

RGB

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

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

 BLUE value IS 28 (11.33% from 255) = 21.05%

R = 41.35%
G = 37.59%
B = 21.05%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.49

 K value IS 0.78

RGB Variations

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

Color information

#37321C (or 0x37321C) is known color: Graphite. HEX triplet: 37, 32 and 1C. RGB value is (55,50,28). Sum of RGB (Red+Green+Blue) = 55+50+28=133 (17% of max value = 765). Red value is 55 (21.88% from 255 or 41.35% from 133); Green value is 50 (19.92% from 255 or 37.59% from 133); Blue value is 28 (11.33% from 255 or 21.05% from 133); Max value from RGB is 55 - color contains mainly: red. Hex color #37321C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #37321C is #C8CDE3. Grayscale: #313131. Windows color (decimal): -13159908 or 1847863. OLE color: 1847863.

HSL color Cylindrical-coordinate representation of color #37321C: hue angle of 48.89º degrees, saturation: 0.33, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #37321C is Cyan = 0, Magento = 0.09, Yellow = 0.49 and Black (K on CMYK) = 0.78.

Color convert

RGB 55 50 28 -
CMYK 0 0.09 0.49 0.78
HSL 48.89º 0.33% 0.16% -
HSV(B) 48.89º 0.49% 0.22% -
XYZ 2.93 3.18 1.56 -
YUV 48.99 116.16 132.29 -
System Red Green Blue C M Y K H S L
Decimal 55 50 28 0 0.09 0.49 0.78 48.89 0.33 0.16
Hex 37 32 1C 0 9 31 4E 31 21 10
Octal 67 62 34 0 11 61 116 61 41 20
Binary 110111 110010 11100 0 1001 110001 1001110 110001 100001 10000

Color Harmonies of #37321C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #37321C

Black with #37321C

Text Example


Text Example

White with #37321C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #37321C; }

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

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

background-color css

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

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

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

border-color css

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

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

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