#274748

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

Shades of Dark Slate Grey #274748

Tints of Dark Slate Grey #274748

Color information

#274748 (or 0x274748) is unknown color: approx Dark Slate Grey. HEX triplet: 27, 47 and 48. RGB value is (39,71,72). Sum of RGB (Red+Green+Blue) = 39+71+72=182 (24% of max value = 765). Red value is 39 (15.62% from 255 or 21.43% from 182); Green value is 71 (28.12% from 255 or 39.01% from 182); Blue value is 72 (28.52% from 255 or 39.56% from 182); Max value from RGB is 72 - color contains mainly: blue. Hex color #274748 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #274748 is #D8B8B7. Grayscale: #3D3D3D. Windows color (decimal): -14203064 or 4736807. OLE color: 4736807.

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

Color convert

RGB397172-
CMYK0.460.0100.72
HSL181.82º29.73%21.76%-
HSV(B)181.82º45.83%28.24%-
XYZ4.265.416.95-
YUV61.55133.9111.92-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 21.43%
GREEN value IS 71 (28.12% from 255) = 39.01%
BLUE value IS 72 (28.52% from 255) = 39.56%
R=21.43%
G=39.01%
B=39.56%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal3971720.460.0100.72181.8229.7321.76
Hex2747482E1048b61e16
Octal4710711056101102663626
Binary10011110001111001000101110101001000101101101111010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #274748

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #274748; }

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

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

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

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

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

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

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

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