Html Css Color HEX #295151 Dark Slate Grey

📋 copy color: '#295151'

red 41 ◦ green 81 ◦ blue 81

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

Shades of Dark Slate Grey #295151

Tints of Dark Slate Grey #295151

RGB

 RED value IS 41 (16.41% from 255) = 20.2%

 GREEN value IS 81 (32.03% from 255) = 39.9%

 BLUE value IS 81 (32.03% from 255) = 39.9%

R = 20.2%
G = 39.9%
B = 39.9%

CMYK

 C value IS 0.49

 M value IS 0

 Y value IS 0

 K value IS 0.68

RGB Variations

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

Color information

#295151 (or 0x295151) is known color: Dark Slate Grey. HEX triplet: 29, 51 and 51. RGB value is (41,81,81). Sum of RGB (Red+Green+Blue) = 41+81+81=203 (26% of max value = 765). Red value is 41 (16.41% from 255 or 20.20% from 203); Green value is 81 (32.03% from 255 or 39.90% from 203); Blue value is 81 (32.03% from 255 or 39.90% from 203); Max value from RGB is 81 - color contains mainly: green, blue. Hex color #295151 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #295151 is #D6AEAE. Grayscale: #454545. Windows color (decimal): -14069423 or 5329193. OLE color: 5329193.

HSL color Cylindrical-coordinate representation of color #295151: hue angle of 180º degrees, saturation: 0.33, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #295151 is Cyan = 0.49, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.68.

Color convert

RGB 41 81 81 -
CMYK 0.49 0 0 0.68
HSL 180º 0.33% 0.24% -
HSV(B) 180º 0.49% 0.32% -
XYZ 5.34 6.95 8.84 -
YUV 69.04 134.75 108 -
System Red Green Blue C M Y K H S L
Decimal 41 81 81 0.49 0 0 0.68 180 0.33 0.24
Hex 29 51 51 31 0 0 44 B4 21 18
Octal 51 121 121 61 0 0 104 264 41 30
Binary 101001 1010001 1010001 110001 0 0 1000100 10110100 100001 11000

Color Harmonies of #295151

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #295151

Black with #295151

Text Example


Text Example

White with #295151

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #295151; }

 p { color: rgb(41,81,81); }

 H1.HeaderClassName
 {
   color: #295151;
 }
 .AnyTagClassName
 {
   color: #295151;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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