Html Css Color HEX #373425 Graphite

📋 copy color: '#373425'

red 55 ◦ green 52 ◦ blue 37

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

Shades of Graphite #373425

Tints of Graphite #373425

RGB

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

 GREEN value IS 52 (20.7% from 255) = 36.11%

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

R = 38.19%
G = 36.11%
B = 25.69%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.33

 K value IS 0.78

RGB Variations

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

Color information

#373425 (or 0x373425) is known color: Graphite. HEX triplet: 37, 34 and 25. RGB value is (55,52,37). Sum of RGB (Red+Green+Blue) = 55+52+37=144 (19% of max value = 765). Red value is 55 (21.88% from 255 or 38.19% from 144); Green value is 52 (20.70% from 255 or 36.11% from 144); Blue value is 37 (14.84% from 255 or 25.69% from 144); Max value from RGB is 55 - color contains mainly: red. Hex color #373425 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #373425 is #C8CBDA. Grayscale: #333333. Windows color (decimal): -13159387 or 2438199. OLE color: 2438199.

HSL color Cylindrical-coordinate representation of color #373425: hue angle of 50º 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 #373425 is Cyan = 0, Magento = 0.05, Yellow = 0.33 and Black (K on CMYK) = 0.78.

Color convert

RGB 55 52 37 -
CMYK 0 0.05 0.33 0.78
HSL 50º 0.2% 0.18% -
HSV(B) 50º 0.33% 0.22% -
XYZ 3.14 3.4 2.24 -
YUV 51.19 119.99 130.72 -
System Red Green Blue C M Y K H S L
Decimal 55 52 37 0 0.05 0.33 0.78 50 0.2 0.18
Hex 37 34 25 0 5 21 4E 32 14 12
Octal 67 64 45 0 5 41 116 62 24 22
Binary 110111 110100 100101 0 101 100001 1001110 110010 10100 10010

Color Harmonies of #373425

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #373425

Black with #373425

Text Example


Text Example

White with #373425

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #373425; }

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

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

background-color css

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

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

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

border-color css

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

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

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