#27484B

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

Shades of Dark Slate Grey #27484B

Tints of Dark Slate Grey #27484B

Color information

#27484B (or 0x27484B) is unknown color: approx Dark Slate Grey. HEX triplet: 27, 48 and 4B. RGB value is (39,72,75). Sum of RGB (Red+Green+Blue) = 39+72+75=186 (24% of max value = 765). Red value is 39 (15.62% from 255 or 20.97% from 186); Green value is 72 (28.52% from 255 or 38.71% from 186); Blue value is 75 (29.69% from 255 or 40.32% from 186); Max value from RGB is 75 - color contains mainly: blue. Hex color #27484B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #27484B is #D8B7B4. Grayscale: #3E3E3E. Windows color (decimal): -14202805 or 4933671. OLE color: 4933671.

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

Color convert

RGB397275-
CMYK0.480.0400.71
HSL185º31.58%22.35%-
HSV(B)185º48%29.41%-
XYZ4.425.577.5-
YUV62.47135.07111.26-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 20.97%
GREEN value IS 72 (28.52% from 255) = 38.71%
BLUE value IS 75 (29.69% from 255) = 40.32%
R=20.97%
G=38.71%
B=40.32%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal3972750.480.0400.7118531.5822.35
Hex27484B304047b92016
Octal4711011360401072714026
Binary10011110010001001011110000100010001111011100110000010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #27484B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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