Html Css Color HEX #37352F Graphite

📋 copy color: '#37352F'

red 55 ◦ green 53 ◦ blue 47

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

Shades of Graphite #37352F

Tints of Graphite #37352F

RGB

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

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

 BLUE value IS 47 (18.75% from 255) = 30.32%

R = 35.48%
G = 34.19%
B = 30.32%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.15

 K value IS 0.78

RGB Variations

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

Color information

#37352F (or 0x37352F) is known color: Graphite. HEX triplet: 37, 35 and 2F. RGB value is (55,53,47). Sum of RGB (Red+Green+Blue) = 55+53+47=155 (20% of max value = 765). Red value is 55 (21.88% from 255 or 35.48% from 155); Green value is 53 (21.09% from 255 or 34.19% from 155); Blue value is 47 (18.75% from 255 or 30.32% from 155); Max value from RGB is 55 - color contains mainly: red. Hex color #37352F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #37352F is #C8CAD0. Grayscale: #343434. Windows color (decimal): -13159121 or 3093815. OLE color: 3093815.

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

Color convert

RGB 55 53 47 -
CMYK 0 0.04 0.15 0.78
HSL 45º 0.08% 0.2% -
HSV(B) 45º 0.15% 0.22% -
XYZ 3.36 3.56 3.2 -
YUV 52.91 124.66 129.49 -
System Red Green Blue C M Y K H S L
Decimal 55 53 47 0 0.04 0.15 0.78 45 0.08 0.2
Hex 37 35 2F 0 4 F 4E 2D 8 14
Octal 67 65 57 0 4 17 116 55 10 24
Binary 110111 110101 101111 0 100 1111 1001110 101101 1000 10100

Color Harmonies of #37352F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #37352F

Black with #37352F

Text Example


Text Example

White with #37352F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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