#27484A

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

Shades of Dark Slate Grey #27484A

Tints of Dark Slate Grey #27484A

Color information

#27484A (or 0x27484A) is unknown color: approx Dark Slate Grey. HEX triplet: 27, 48 and 4A. RGB value is (39,72,74). Sum of RGB (Red+Green+Blue) = 39+72+74=185 (24% of max value = 765). Red value is 39 (15.62% from 255 or 21.08% from 185); Green value is 72 (28.52% from 255 or 38.92% from 185); Blue value is 74 (29.30% from 255 or 40% from 185); Max value from RGB is 74 - color contains mainly: blue. Hex color #27484A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #27484A is #D8B7B5. Grayscale: #3E3E3E. Windows color (decimal): -14202806 or 4868135. OLE color: 4868135.

HSL color Cylindrical-coordinate representation of color #27484A: hue angle of 183.43º degrees, saturation: 0.31, 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 #27484A is Cyan = 0.47, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB397274-
CMYK0.470.0300.71
HSL183.43º30.97%22.16%-
HSV(B)183.43º47.3%29.02%-
XYZ4.395.567.32-
YUV62.36134.57111.34-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 21.08%
GREEN value IS 72 (28.52% from 255) = 38.92%
BLUE value IS 74 (29.30% from 255) = 40%
R=21.08%
G=38.92%
B=40%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal3972740.470.0300.71183.4330.9722.16
Hex27484A2F3047b71f16
Octal4711011257301072673726
Binary100111100100010010101011111101000111101101111111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #27484A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #27484A; }

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

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

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

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

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

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

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

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