Html Css Color HEX #295352 Dark Slate Grey

📋 copy color: '#295352'

red 41 ◦ green 83 ◦ blue 82

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

Shades of Dark Slate Grey #295352

Tints of Dark Slate Grey #295352

RGB

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

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

 BLUE value IS 82 (32.42% from 255) = 39.81%

R = 19.9%
G = 40.29%
B = 39.81%

CMYK

 C value IS 0.51

 M value IS 0

 Y value IS 0.01

 K value IS 0.67

RGB Variations

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

Color information

#295352 (or 0x295352) is known color: Dark Slate Grey. HEX triplet: 29, 53 and 52. RGB value is (41,83,82). Sum of RGB (Red+Green+Blue) = 41+83+82=206 (27% of max value = 765). Red value is 41 (16.41% from 255 or 19.90% from 206); Green value is 83 (32.81% from 255 or 40.29% from 206); Blue value is 82 (32.42% from 255 or 39.81% from 206); Max value from RGB is 83 - color contains mainly: green. Hex color #295352 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #295352 is #D6ACAD. Grayscale: #464646. Windows color (decimal): -14068910 or 5395241. OLE color: 5395241.

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

Color convert

RGB 41 83 82 -
CMYK 0.51 0 0.01 0.67
HSL 178.57º 0.34% 0.24% -
HSV(B) 178.57º 0.51% 0.33% -
XYZ 5.53 7.27 9.09 -
YUV 70.33 134.59 107.08 -
System Red Green Blue C M Y K H S L
Decimal 41 83 82 0.51 0 0.01 0.67 178.57 0.34 0.24
Hex 29 53 52 33 0 1 43 B3 22 18
Octal 51 123 122 63 0 1 103 263 42 30
Binary 101001 1010011 1010010 110011 0 1 1000011 10110011 100010 11000

Color Harmonies of #295352

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #295352

Black with #295352

Text Example


Text Example

White with #295352

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #295352; }

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

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

background-color css

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

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

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

border-color css

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

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

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