Html Css Color HEX #373525 Graphite

📋 copy color: '#373525'

red 55 ◦ green 53 ◦ blue 37

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

Shades of Graphite #373525

Tints of Graphite #373525

RGB

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

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

 BLUE value IS 37 (14.84% from 255) = 25.52%

R = 37.93%
G = 36.55%
B = 25.52%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.33

 K value IS 0.78

RGB Variations

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

Color information

#373525 (or 0x373525) is known color: Graphite. HEX triplet: 37, 35 and 25. RGB value is (55,53,37). Sum of RGB (Red+Green+Blue) = 55+53+37=145 (19% of max value = 765). Red value is 55 (21.88% from 255 or 37.93% from 145); Green value is 53 (21.09% from 255 or 36.55% from 145); Blue value is 37 (14.84% from 255 or 25.52% from 145); Max value from RGB is 55 - color contains mainly: red. Hex color #373525 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #373525 is #C8CADA. Grayscale: #333333. Windows color (decimal): -13159131 or 2438455. OLE color: 2438455.

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

Color convert

RGB 55 53 37 -
CMYK 0 0.04 0.33 0.78
HSL 53.33º 0.2% 0.18% -
HSV(B) 53.33º 0.33% 0.22% -
XYZ 3.18 3.49 2.26 -
YUV 51.77 119.66 130.3 -
System Red Green Blue C M Y K H S L
Decimal 55 53 37 0 0.04 0.33 0.78 53.33 0.2 0.18
Hex 37 35 25 0 4 21 4E 35 14 12
Octal 67 65 45 0 4 41 116 65 24 22
Binary 110111 110101 100101 0 100 100001 1001110 110101 10100 10010

Color Harmonies of #373525

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #373525

Black with #373525

Text Example


Text Example

White with #373525

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #373525; }

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

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

background-color css

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

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

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

border-color css

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

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

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