#274747

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

Shades of Dark Slate Grey #274747

Tints of Dark Slate Grey #274747

Color information

#274747 (or 0x274747) is unknown color: approx Dark Slate Grey. HEX triplet: 27, 47 and 47. RGB value is (39,71,71). Sum of RGB (Red+Green+Blue) = 39+71+71=181 (23% of max value = 765). Red value is 39 (15.62% from 255 or 21.55% from 181); Green value is 71 (28.12% from 255 or 39.23% from 181); Blue value is 71 (28.12% from 255 or 39.23% from 181); Max value from RGB is 71 - color contains mainly: green, blue. Hex color #274747 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #274747 is #D8B8B8. Grayscale: #3D3D3D. Windows color (decimal): -14203065 or 4671271. OLE color: 4671271.

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

Color convert

RGB397171-
CMYK0.45000.72
HSL180º29.09%21.57%-
HSV(B)180º45.07%27.84%-
XYZ4.235.396.78-
YUV61.43133.4112-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 21.55%
GREEN value IS 71 (28.12% from 255) = 39.23%
BLUE value IS 71 (28.12% from 255) = 39.23%
R=21.55%
G=39.23%
B=39.23%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal3971710.45000.7218029.0921.57
Hex2747472D0048b41d16
Octal4710710755001102643526
Binary10011110001111000111101101001001000101101001110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #274747

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #274747; }

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

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

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

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

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

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

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

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