Html Css Color HEX #27484A Dark Slate Grey

📋 copy color: '#27484A'

red 39 ◦ green 72 ◦ blue 74

#27484A
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Dark Slate Grey #27484A

Tints of Dark Slate Grey #27484A

RGB

 RED value IS 39 (15.63% from 255) = 21.08%

 GREEN value IS 72 (28.52% from 255) = 38.92%

 BLUE value IS 74 (29.3% from 255) = 40%

R = 21.08%
G = 38.92%
B = 40%

CMYK

 C value IS 0.47

 M value IS 0.03

 Y value IS 0

 K value IS 0.71

RGB Variations

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

Color information

#27484A (or 0x27484A) is known color: 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

RGB 39 72 74 -
CMYK 0.47 0.03 0 0.71
HSL 183.43º 0.31% 0.22% -
HSV(B) 183.43º 0.47% 0.29% -
XYZ 4.39 5.56 7.32 -
YUV 62.36 134.57 111.34 -
System Red Green Blue C M Y K H S L
Decimal 39 72 74 0.47 0.03 0 0.71 183.43 0.31 0.22
Hex 27 48 4A 2F 3 0 47 B7 1F 16
Octal 47 110 112 57 3 0 107 267 37 26
Binary 100111 1001000 1001010 101111 11 0 1000111 10110111 11111 10110

Color Harmonies of #27484A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #27484A

Black with #27484A

Text Example


Text Example

White with #27484A

Text Example


Text Example

HTML Codes & Css Web 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>