Html Css Color HEX #295051 Dark Slate Grey

📋 copy color: '#295051'

red 41 ◦ green 80 ◦ blue 81

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

Shades of Dark Slate Grey #295051

Tints of Dark Slate Grey #295051

RGB

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

 GREEN value IS 80 (31.64% from 255) = 39.6%

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

R = 20.3%
G = 39.6%
B = 40.1%

CMYK

 C value IS 0.49

 M value IS 0.01

 Y value IS 0

 K value IS 0.68

RGB Variations

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

Color information

#295051 (or 0x295051) is known color: Dark Slate Grey. HEX triplet: 29, 50 and 51. RGB value is (41,80,81). Sum of RGB (Red+Green+Blue) = 41+80+81=202 (26% of max value = 765). Red value is 41 (16.41% from 255 or 20.30% from 202); Green value is 80 (31.64% from 255 or 39.60% from 202); Blue value is 81 (32.03% from 255 or 40.10% from 202); Max value from RGB is 81 - color contains mainly: blue. Hex color #295051 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #295051 is #D6AFAE. Grayscale: #444444. Windows color (decimal): -14069679 or 5328937. OLE color: 5328937.

HSL color Cylindrical-coordinate representation of color #295051: hue angle of 181.5º 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 #295051 is Cyan = 0.49, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.68.

Color convert

RGB 41 80 81 -
CMYK 0.49 0.01 0 0.68
HSL 181.5º 0.33% 0.24% -
HSV(B) 181.5º 0.49% 0.32% -
XYZ 5.27 6.8 8.82 -
YUV 68.45 135.08 108.42 -
System Red Green Blue C M Y K H S L
Decimal 41 80 81 0.49 0.01 0 0.68 181.5 0.33 0.24
Hex 29 50 51 31 1 0 44 B6 21 18
Octal 51 120 121 61 1 0 104 266 41 30
Binary 101001 1010000 1010001 110001 1 0 1000100 10110110 100001 11000

Color Harmonies of #295051

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #295051

Black with #295051

Text Example


Text Example

White with #295051

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #295051; }

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

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

background-color css

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

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

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

border-color css

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

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

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