Html Css Color HEX #294748 Dark Slate Grey

📋 copy color: '#294748'

red 41 ◦ green 71 ◦ blue 72

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

Shades of Dark Slate Grey #294748

Tints of Dark Slate Grey #294748

RGB

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

 GREEN value IS 71 (28.13% from 255) = 38.59%

 BLUE value IS 72 (28.52% from 255) = 39.13%

R = 22.28%
G = 38.59%
B = 39.13%

CMYK

 C value IS 0.43

 M value IS 0.01

 Y value IS 0

 K value IS 0.72

RGB Variations

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

Color information

#294748 (or 0x294748) is known color: Dark Slate Grey. HEX triplet: 29, 47 and 48. RGB value is (41,71,72). Sum of RGB (Red+Green+Blue) = 41+71+72=184 (24% of max value = 765). Red value is 41 (16.41% from 255 or 22.28% from 184); Green value is 71 (28.12% from 255 or 38.59% from 184); Blue value is 72 (28.52% from 255 or 39.13% from 184); Max value from RGB is 72 - color contains mainly: blue. Hex color #294748 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #294748 is #D6B8B7. Grayscale: #3E3E3E. Windows color (decimal): -14071992 or 4736809. OLE color: 4736809.

HSL color Cylindrical-coordinate representation of color #294748: hue angle of 181.94º degrees, saturation: 0.27, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #294748 is Cyan = 0.43, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.72.

Color convert

RGB 41 71 72 -
CMYK 0.43 0.01 0 0.72
HSL 181.94º 0.27% 0.22% -
HSV(B) 181.94º 0.43% 0.28% -
XYZ 4.34 5.45 6.95 -
YUV 62.14 133.56 112.92 -
System Red Green Blue C M Y K H S L
Decimal 41 71 72 0.43 0.01 0 0.72 181.94 0.27 0.22
Hex 29 47 48 2B 1 0 48 B6 1B 16
Octal 51 107 110 53 1 0 110 266 33 26
Binary 101001 1000111 1001000 101011 1 0 1001000 10110110 11011 10110

Color Harmonies of #294748

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #294748

Black with #294748

Text Example


Text Example

White with #294748

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #294748; }

 p { color: rgb(41,71,72); }

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

background-color css

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

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

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

border-color css

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

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

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