#245351

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

Shades of Dark Slate Grey #245351

Tints of Dark Slate Grey #245351

Color information

#245351 (or 0x245351) is unknown color: approx Dark Slate Grey. HEX triplet: 24, 53 and 51. RGB value is (36,83,81). Sum of RGB (Red+Green+Blue) = 36+83+81=200 (26% of max value = 765). Red value is 36 (14.45% from 255 or 18% from 200); Green value is 83 (32.81% from 255 or 41.5% from 200); Blue value is 81 (32.03% from 255 or 40.5% from 200); Max value from RGB is 83 - color contains mainly: green. Hex color #245351 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #245351 is #DBACAE. Grayscale: #444444. Windows color (decimal): -14396591 or 5329700. OLE color: 5329700.

HSL color Cylindrical-coordinate representation of color #245351: hue angle of 177.45º degrees, saturation: 0.39, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #245351 is Cyan = 0.57, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.67.

Color convert

RGB368381-
CMYK0.5700.020.67
HSL177.45º39.5%23.33%-
HSV(B)177.45º56.63%32.55%-
XYZ5.317.168.89-
YUV68.72134.93104.66-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 18%
GREEN value IS 83 (32.81% from 255) = 41.5%
BLUE value IS 81 (32.03% from 255) = 40.5%
R=18%
G=41.5%
B=40.5%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal3683810.5700.020.67177.4539.523.33
Hex245351390243b12717
Octal4412312171021032614727
Binary1001001010011101000111100101010000111011000110011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #245351

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #245351; }

 p { color: rgb(36,83,81); }

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

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

 a { background-color: rgb(36,83,81); }

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

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

 span { border-color: rgb(36,83,81); }

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