#23514B

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

Shades of Dark Slate Grey #23514B

Tints of Dark Slate Grey #23514B

Color information

#23514B (or 0x23514B) is unknown color: approx Dark Slate Grey. HEX triplet: 23, 51 and 4B. RGB value is (35,81,75). Sum of RGB (Red+Green+Blue) = 35+81+75=191 (25% of max value = 765). Red value is 35 (14.06% from 255 or 18.32% from 191); Green value is 81 (32.03% from 255 or 42.41% from 191); Blue value is 75 (29.69% from 255 or 39.27% from 191); Max value from RGB is 81 - color contains mainly: green. Hex color #23514B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #23514B is #DCAEB4. Grayscale: #424242. Windows color (decimal): -14462645 or 4935971. OLE color: 4935971.

HSL color Cylindrical-coordinate representation of color #23514B: hue angle of 172.17º degrees, saturation: 0.4, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #23514B is Cyan = 0.57, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.68.

Color convert

RGB358175-
CMYK0.5700.070.68
HSL172.17º39.66%22.75%-
HSV(B)172.17º56.79%31.76%-
XYZ4.916.757.7-
YUV66.56132.76105.49-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 18.32%
GREEN value IS 81 (32.03% from 255) = 42.41%
BLUE value IS 75 (29.69% from 255) = 39.27%
R=18.32%
G=42.41%
B=39.27%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal3581750.5700.070.68172.1739.6622.75
Hex23514B390744ac2817
Octal4312111371071042545027
Binary10001110100011001011111001011110001001010110010100010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #23514B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #23514B; }

 p { color: rgb(35,81,75); }

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

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

 a { background-color: rgb(35,81,75); }

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

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

 span { border-color: rgb(35,81,75); }

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