#274548

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

Shades of Dark Slate Grey #274548

Tints of Dark Slate Grey #274548

Color information

#274548 (or 0x274548) is unknown color: approx Dark Slate Grey. HEX triplet: 27, 45 and 48. RGB value is (39,69,72). Sum of RGB (Red+Green+Blue) = 39+69+72=180 (23% of max value = 765). Red value is 39 (15.62% from 255 or 21.67% from 180); Green value is 69 (27.34% from 255 or 38.33% from 180); Blue value is 72 (28.52% from 255 or 40% from 180); Max value from RGB is 72 - color contains mainly: blue. Hex color #274548 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #274548 is #D8BAB7. Grayscale: #3C3C3C. Windows color (decimal): -14203576 or 4736295. OLE color: 4736295.

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

Color convert

RGB396972-
CMYK0.460.0400.72
HSL185.45º29.73%21.76%-
HSV(B)185.45º45.83%28.24%-
XYZ4.135.166.91-
YUV60.37134.56112.76-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 21.67%
GREEN value IS 69 (27.34% from 255) = 38.33%
BLUE value IS 72 (28.52% from 255) = 40%
R=21.67%
G=38.33%
B=40%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal3969720.460.0400.72185.4529.7321.76
Hex2745482E4048b91e16
Octal4710511056401102713626
Binary1001111000101100100010111010001001000101110011111010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #274548

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #274548; }

 p { color: rgb(39,69,72); }

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

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

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

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

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

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

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