Html Css Color HEX #373530 Graphite

📋 copy color: '#373530'

red 55 ◦ green 53 ◦ blue 48

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

Shades of Graphite #373530

Tints of Graphite #373530

RGB

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

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

 BLUE value IS 48 (19.14% from 255) = 30.77%

R = 35.26%
G = 33.97%
B = 30.77%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.13

 K value IS 0.78

RGB Variations

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

Color information

#373530 (or 0x373530) is known color: Graphite. HEX triplet: 37, 35 and 30. RGB value is (55,53,48). Sum of RGB (Red+Green+Blue) = 55+53+48=156 (20% of max value = 765). Red value is 55 (21.88% from 255 or 35.26% from 156); Green value is 53 (21.09% from 255 or 33.97% from 156); Blue value is 48 (19.14% from 255 or 30.77% from 156); Max value from RGB is 55 - color contains mainly: red. Hex color #373530 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #373530 is #C8CACF. Grayscale: #353535. Windows color (decimal): -13159120 or 3159351. OLE color: 3159351.

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

Color convert

RGB 55 53 48 -
CMYK 0 0.04 0.13 0.78
HSL 42.86º 0.07% 0.2% -
HSV(B) 42.86º 0.13% 0.22% -
XYZ 3.38 3.57 3.31 -
YUV 53.03 125.16 129.41 -
System Red Green Blue C M Y K H S L
Decimal 55 53 48 0 0.04 0.13 0.78 42.86 0.07 0.2
Hex 37 35 30 0 4 D 4E 2B 7 14
Octal 67 65 60 0 4 15 116 53 7 24
Binary 110111 110101 110000 0 100 1101 1001110 101011 111 10100

Color Harmonies of #373530

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #373530

Black with #373530

Text Example


Text Example

White with #373530

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #373530; }

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

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

background-color css

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

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

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

border-color css

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

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

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