Html Css Color HEX #295351 Dark Slate Grey

📋 copy color: '#295351'

red 41 ◦ green 83 ◦ blue 81

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

Shades of Dark Slate Grey #295351

Tints of Dark Slate Grey #295351

RGB

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

 GREEN value IS 83 (32.81% from 255) = 40.49%

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

R = 20%
G = 40.49%
B = 39.51%

CMYK

 C value IS 0.51

 M value IS 0

 Y value IS 0.02

 K value IS 0.67

RGB Variations

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

Color information

#295351 (or 0x295351) is known color: Dark Slate Grey. HEX triplet: 29, 53 and 51. RGB value is (41,83,81). Sum of RGB (Red+Green+Blue) = 41+83+81=205 (27% of max value = 765). Red value is 41 (16.41% from 255 or 20% from 205); Green value is 83 (32.81% from 255 or 40.49% from 205); Blue value is 81 (32.03% from 255 or 39.51% from 205); Max value from RGB is 83 - color contains mainly: green. Hex color #295351 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #295351 is #D6ACAE. Grayscale: #464646. Windows color (decimal): -14068911 or 5329705. OLE color: 5329705.

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

Color convert

RGB 41 83 81 -
CMYK 0.51 0 0.02 0.67
HSL 177.14º 0.34% 0.24% -
HSV(B) 177.14º 0.51% 0.33% -
XYZ 5.49 7.25 8.89 -
YUV 70.21 134.09 107.16 -
System Red Green Blue C M Y K H S L
Decimal 41 83 81 0.51 0 0.02 0.67 177.14 0.34 0.24
Hex 29 53 51 33 0 2 43 B1 22 18
Octal 51 123 121 63 0 2 103 261 42 30
Binary 101001 1010011 1010001 110011 0 10 1000011 10110001 100010 11000

Color Harmonies of #295351

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #295351

Black with #295351

Text Example


Text Example

White with #295351

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #295351; }

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

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

background-color css

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

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

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

border-color css

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

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

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