Html Css Color HEX #37352A Graphite

📋 copy color: '#37352A'

red 55 ◦ green 53 ◦ blue 42

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

Shades of Graphite #37352A

Tints of Graphite #37352A

RGB

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

 GREEN value IS 53 (21.09% from 255) = 35.33%

 BLUE value IS 42 (16.8% from 255) = 28%

R = 36.67%
G = 35.33%
B = 28%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.24

 K value IS 0.78

RGB Variations

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

Color information

#37352A (or 0x37352A) is known color: Graphite. HEX triplet: 37, 35 and 2A. RGB value is (55,53,42). Sum of RGB (Red+Green+Blue) = 55+53+42=150 (19% of max value = 765). Red value is 55 (21.88% from 255 or 36.67% from 150); Green value is 53 (21.09% from 255 or 35.33% from 150); Blue value is 42 (16.80% from 255 or 28% from 150); Max value from RGB is 55 - color contains mainly: red. Hex color #37352A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #37352A is #C8CAD5. Grayscale: #343434. Windows color (decimal): -13159126 or 2766135. OLE color: 2766135.

HSL color Cylindrical-coordinate representation of color #37352A: hue angle of 50.77º degrees, saturation: 0.13, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #37352A is Cyan = 0, Magento = 0.04, Yellow = 0.24 and Black (K on CMYK) = 0.78.

Color convert

RGB 55 53 42 -
CMYK 0 0.04 0.24 0.78
HSL 50.77º 0.13% 0.19% -
HSV(B) 50.77º 0.24% 0.22% -
XYZ 3.27 3.53 2.7 -
YUV 52.34 122.16 129.89 -
System Red Green Blue C M Y K H S L
Decimal 55 53 42 0 0.04 0.24 0.78 50.77 0.13 0.19
Hex 37 35 2A 0 4 18 4E 33 D 13
Octal 67 65 52 0 4 30 116 63 15 23
Binary 110111 110101 101010 0 100 11000 1001110 110011 1101 10011

Color Harmonies of #37352A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #37352A

Black with #37352A

Text Example


Text Example

White with #37352A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(55,53,42); }

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

background-color css

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

 a { background-color: rgb(55,53,42); }

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

border-color css

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

 span { border-color: rgb(55,53,42); }

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