#23504B

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

Shades of Dark Slate Grey #23504B

Tints of Dark Slate Grey #23504B

Color information

#23504B (or 0x23504B) is unknown color: approx Dark Slate Grey. HEX triplet: 23, 50 and 4B. RGB value is (35,80,75). Sum of RGB (Red+Green+Blue) = 35+80+75=190 (25% of max value = 765). Red value is 35 (14.06% from 255 or 18.42% from 190); Green value is 80 (31.64% from 255 or 42.11% from 190); Blue value is 75 (29.69% from 255 or 39.47% from 190); Max value from RGB is 80 - color contains mainly: green. Hex color #23504B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #23504B is #DCAFB4. Grayscale: #414141. Windows color (decimal): -14462901 or 4935715. OLE color: 4935715.

HSL color Cylindrical-coordinate representation of color #23504B: hue angle of 173.33º degrees, saturation: 0.39, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #23504B is Cyan = 0.56, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.69.

Color convert

RGB358075-
CMYK0.5600.060.69
HSL173.33º39.13%22.55%-
HSV(B)173.33º56.25%31.37%-
XYZ4.836.67.68-
YUV65.97133.09105.91-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 18.42%
GREEN value IS 80 (31.64% from 255) = 42.11%
BLUE value IS 75 (29.69% from 255) = 39.47%
R=18.42%
G=42.11%
B=39.47%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal3580750.5600.060.69173.3339.1322.55
Hex23504B380645ad2717
Octal4312011370061052554727
Binary10001110100001001011111000011010001011010110110011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #23504B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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