Html Css Color HEX #373225 Graphite

📋 copy color: '#373225'

red 55 ◦ green 50 ◦ blue 37

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

Shades of Graphite #373225

Tints of Graphite #373225

RGB

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

 GREEN value IS 50 (19.92% from 255) = 35.21%

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

R = 38.73%
G = 35.21%
B = 26.06%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.33

 K value IS 0.78

RGB Variations

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

Color information

#373225 (or 0x373225) is known color: Graphite. HEX triplet: 37, 32 and 25. RGB value is (55,50,37). Sum of RGB (Red+Green+Blue) = 55+50+37=142 (18% of max value = 765). Red value is 55 (21.88% from 255 or 38.73% from 142); Green value is 50 (19.92% from 255 or 35.21% from 142); Blue value is 37 (14.84% from 255 or 26.06% from 142); Max value from RGB is 55 - color contains mainly: red. Hex color #373225 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #373225 is #C8CDDA. Grayscale: #323232. Windows color (decimal): -13159899 or 2437687. OLE color: 2437687.

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

Color convert

RGB 55 50 37 -
CMYK 0 0.09 0.33 0.78
HSL 43.33º 0.2% 0.18% -
HSV(B) 43.33º 0.33% 0.22% -
XYZ 3.05 3.23 2.21 -
YUV 50.01 120.66 131.56 -
System Red Green Blue C M Y K H S L
Decimal 55 50 37 0 0.09 0.33 0.78 43.33 0.2 0.18
Hex 37 32 25 0 9 21 4E 2B 14 12
Octal 67 62 45 0 11 41 116 53 24 22
Binary 110111 110010 100101 0 1001 100001 1001110 101011 10100 10010

Color Harmonies of #373225

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #373225

Black with #373225

Text Example


Text Example

White with #373225

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #373225; }

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

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

background-color css

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

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

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

border-color css

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

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

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