Html Css Color HEX #23514B Dark Slate Grey

📋 copy color: '#23514B'

red 35 ◦ green 81 ◦ blue 75

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

Shades of Dark Slate Grey #23514B

Tints of Dark Slate Grey #23514B

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 value IS 0.57

 M value IS 0

 Y value IS 0.07

 K value IS 0.68

RGB Variations

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

Color information

#23514B (or 0x23514B) is known color: 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

RGB 35 81 75 -
CMYK 0.57 0 0.07 0.68
HSL 172.17º 0.4% 0.23% -
HSV(B) 172.17º 0.57% 0.32% -
XYZ 4.91 6.75 7.7 -
YUV 66.56 132.76 105.49 -
System Red Green Blue C M Y K H S L
Decimal 35 81 75 0.57 0 0.07 0.68 172.17 0.4 0.23
Hex 23 51 4B 39 0 7 44 AC 28 17
Octal 43 121 113 71 0 7 104 254 50 27
Binary 100011 1010001 1001011 111001 0 111 1000100 10101100 101000 10111

Color Harmonies of #23514B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #23514B

Black with #23514B

Text Example


Text Example

White with #23514B

Text Example


Text Example

HTML Codes & Css Web 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>