#254849

Color #254849 Dark Slate Grey (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Slate Grey #254849

Tints of Dark Slate Grey #254849

Color information

#254849 (or 0x254849) is unknown color: approx Dark Slate Grey. HEX triplet: 25, 48 and 49. RGB value is (37,72,73). Sum of RGB (Red+Green+Blue) = 37+72+73=182 (24% of max value = 765). Red value is 37 (14.84% from 255 or 20.33% from 182); Green value is 72 (28.52% from 255 or 39.56% from 182); Blue value is 73 (28.91% from 255 or 40.11% from 182); Max value from RGB is 73 - color contains mainly: blue. Hex color #254849 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #254849 is #DAB7B6. Grayscale: #3D3D3D. Windows color (decimal): -14333879 or 4802597. OLE color: 4802597.

HSL color Cylindrical-coordinate representation of color #254849: hue angle of 181.67º degrees, saturation: 0.33, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #254849 is Cyan = 0.49, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB377273-
CMYK0.490.0100.71
HSL181.67º32.73%21.57%-
HSV(B)181.67º49.32%28.63%-
XYZ4.285.517.14-
YUV61.65134.4110.42-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 20.33%
GREEN value IS 72 (28.52% from 255) = 39.56%
BLUE value IS 73 (28.91% from 255) = 40.11%
R=20.33%
G=39.56%
B=40.11%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal3772730.490.0100.71181.6732.7321.57
Hex254849311047b62116
Octal4511011161101072664126
Binary100101100100010010011100011010001111011011010000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #254849

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #254849; }

 p { color: rgb(37,72,73); }

 H1.HeaderClassName
 {
   color: #254849;
 }
 .AnyTagClassName
 {
   color: #254849;
 }
</style>
background-color css

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

 a { background-color: rgb(37,72,73); }

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

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

 span { border-color: rgb(37,72,73); }

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