#274949

Color #274949 Dark Slate Grey (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Slate Grey #274949

Tints of Dark Slate Grey #274949

Color information

#274949 (or 0x274949) is unknown color: approx Dark Slate Grey. HEX triplet: 27, 49 and 49. RGB value is (39,73,73). Sum of RGB (Red+Green+Blue) = 39+73+73=185 (24% of max value = 765). Red value is 39 (15.62% from 255 or 21.08% from 185); Green value is 73 (28.91% from 255 or 39.46% from 185); Blue value is 73 (28.91% from 255 or 39.46% from 185); Max value from RGB is 73 - color contains mainly: green, blue. Hex color #274949 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #274949 is #D8B6B6. Grayscale: #3E3E3E. Windows color (decimal): -14202551 or 4802855. OLE color: 4802855.

HSL color Cylindrical-coordinate representation of color #274949: hue angle of 180º degrees, saturation: 0.3, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #274949 is Cyan = 0.47, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB397373-
CMYK0.47000.71
HSL180º30.36%21.96%-
HSV(B)180º46.58%28.63%-
XYZ4.425.687.17-
YUV62.83133.74111-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 21.08%
GREEN value IS 73 (28.91% from 255) = 39.46%
BLUE value IS 73 (28.91% from 255) = 39.46%
R=21.08%
G=39.46%
B=39.46%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal3973730.47000.7118030.3621.96
Hex2749492F0047b41e16
Octal4711111157001072643626
Binary10011110010011001001101111001000111101101001111010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #274949

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #274949; }

 p { color: rgb(39,73,73); }

 H1.HeaderClassName
 {
   color: #274949;
 }
 .AnyTagClassName
 {
   color: #274949;
 }
</style>
background-color css

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

 a { background-color: rgb(39,73,73); }

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

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

 span { border-color: rgb(39,73,73); }

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