Html Css Color HEX #37352B Graphite

📋 copy color: '#37352B'

red 55 ◦ green 53 ◦ blue 43

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

Shades of Graphite #37352B

Tints of Graphite #37352B

RGB

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

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

 BLUE value IS 43 (17.19% from 255) = 28.48%

R = 36.42%
G = 35.1%
B = 28.48%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.22

 K value IS 0.78

RGB Variations

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

Color information

#37352B (or 0x37352B) is known color: Graphite. HEX triplet: 37, 35 and 2B. RGB value is (55,53,43). Sum of RGB (Red+Green+Blue) = 55+53+43=151 (20% of max value = 765). Red value is 55 (21.88% from 255 or 36.42% from 151); Green value is 53 (21.09% from 255 or 35.10% from 151); Blue value is 43 (17.19% from 255 or 28.48% from 151); Max value from RGB is 55 - color contains mainly: red. Hex color #37352B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #37352B is #C8CAD4. Grayscale: #343434. Windows color (decimal): -13159125 or 2831671. OLE color: 2831671.

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

Color convert

RGB 55 53 43 -
CMYK 0 0.04 0.22 0.78
HSL 50º 0.12% 0.19% -
HSV(B) 50º 0.22% 0.22% -
XYZ 3.28 3.53 2.79 -
YUV 52.46 122.66 129.81 -
System Red Green Blue C M Y K H S L
Decimal 55 53 43 0 0.04 0.22 0.78 50 0.12 0.19
Hex 37 35 2B 0 4 16 4E 32 C 13
Octal 67 65 53 0 4 26 116 62 14 23
Binary 110111 110101 101011 0 100 10110 1001110 110010 1100 10011

Color Harmonies of #37352B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #37352B

Black with #37352B

Text Example


Text Example

White with #37352B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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