Html Css Color HEX #37321A Graphite

📋 copy color: '#37321A'

red 55 ◦ green 50 ◦ blue 26

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

Shades of Graphite #37321A

Tints of Graphite #37321A

RGB

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

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

 BLUE value IS 26 (10.55% from 255) = 19.85%

R = 41.98%
G = 38.17%
B = 19.85%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.53

 K value IS 0.78

RGB Variations

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

Color information

#37321A (or 0x37321A) is known color: Graphite. HEX triplet: 37, 32 and 1A. RGB value is (55,50,26). Sum of RGB (Red+Green+Blue) = 55+50+26=131 (17% of max value = 765). Red value is 55 (21.88% from 255 or 41.98% from 131); Green value is 50 (19.92% from 255 or 38.17% from 131); Blue value is 26 (10.55% from 255 or 19.85% from 131); Max value from RGB is 55 - color contains mainly: red. Hex color #37321A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #37321A is #C8CDE5. Grayscale: #303030. Windows color (decimal): -13159910 or 1716791. OLE color: 1716791.

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

Color convert

RGB 55 50 26 -
CMYK 0 0.09 0.53 0.78
HSL 49.66º 0.36% 0.16% -
HSV(B) 49.66º 0.53% 0.22% -
XYZ 2.9 3.17 1.44 -
YUV 48.76 115.16 132.45 -
System Red Green Blue C M Y K H S L
Decimal 55 50 26 0 0.09 0.53 0.78 49.66 0.36 0.16
Hex 37 32 1A 0 9 35 4E 32 24 10
Octal 67 62 32 0 11 65 116 62 44 20
Binary 110111 110010 11010 0 1001 110101 1001110 110010 100100 10000

Color Harmonies of #37321A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #37321A

Black with #37321A

Text Example


Text Example

White with #37321A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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