Html Css Color HEX #275451 Dark Slate Grey

📋 copy color: '#275451'

red 39 ◦ green 84 ◦ blue 81

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

Shades of Dark Slate Grey #275451

Tints of Dark Slate Grey #275451

RGB

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

 GREEN value IS 84 (33.2% from 255) = 41.18%

 BLUE value IS 81 (32.03% from 255) = 39.71%

R = 19.12%
G = 41.18%
B = 39.71%

CMYK

 C value IS 0.54

 M value IS 0

 Y value IS 0.04

 K value IS 0.67

RGB Variations

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

Color information

#275451 (or 0x275451) is known color: Dark Slate Grey. HEX triplet: 27, 54 and 51. RGB value is (39,84,81). Sum of RGB (Red+Green+Blue) = 39+84+81=204 (27% of max value = 765). Red value is 39 (15.62% from 255 or 19.12% from 204); Green value is 84 (33.20% from 255 or 41.18% from 204); Blue value is 81 (32.03% from 255 or 39.71% from 204); Max value from RGB is 84 - color contains mainly: green. Hex color #275451 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #275451 is #D8ABAE. Grayscale: #464646. Windows color (decimal): -14199727 or 5329959. OLE color: 5329959.

HSL color Cylindrical-coordinate representation of color #275451: hue angle of 176º degrees, saturation: 0.37, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #275451 is Cyan = 0.54, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.67.

Color convert

RGB 39 84 81 -
CMYK 0.54 0 0.04 0.67
HSL 176º 0.37% 0.24% -
HSV(B) 176º 0.54% 0.33% -
XYZ 5.49 7.37 8.92 -
YUV 70.2 134.09 105.74 -
System Red Green Blue C M Y K H S L
Decimal 39 84 81 0.54 0 0.04 0.67 176 0.37 0.24
Hex 27 54 51 36 0 4 43 B0 25 18
Octal 47 124 121 66 0 4 103 260 45 30
Binary 100111 1010100 1010001 110110 0 100 1000011 10110000 100101 11000

Color Harmonies of #275451

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #275451

Black with #275451

Text Example


Text Example

White with #275451

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #275451; }

 p { color: rgb(39,84,81); }

 H1.HeaderClassName
 {
   color: #275451;
 }
 .AnyTagClassName
 {
   color: #275451;
 }
</style>

background-color css

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

 a { background-color: rgb(39,84,81); }

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

border-color css

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

 span { border-color: rgb(39,84,81); }

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