Html Css Color HEX #275351 Dark Slate Grey

📋 copy color: '#275351'

red 39 ◦ green 83 ◦ blue 81

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

Shades of Dark Slate Grey #275351

Tints of Dark Slate Grey #275351

RGB

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

 GREEN value IS 83 (32.81% from 255) = 40.89%

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

R = 19.21%
G = 40.89%
B = 39.9%

CMYK

 C value IS 0.53

 M value IS 0

 Y value IS 0.02

 K value IS 0.67

RGB Variations

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

Color information

#275351 (or 0x275351) is known color: Dark Slate Grey. HEX triplet: 27, 53 and 51. RGB value is (39,83,81). Sum of RGB (Red+Green+Blue) = 39+83+81=203 (26% of max value = 765). Red value is 39 (15.62% from 255 or 19.21% from 203); Green value is 83 (32.81% from 255 or 40.89% from 203); Blue value is 81 (32.03% from 255 or 39.90% from 203); Max value from RGB is 83 - color contains mainly: green. Hex color #275351 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #275351 is #D8ACAE. Grayscale: #454545. Windows color (decimal): -14199983 or 5329703. OLE color: 5329703.

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

Color convert

RGB 39 83 81 -
CMYK 0.53 0 0.02 0.67
HSL 177.27º 0.36% 0.24% -
HSV(B) 177.27º 0.53% 0.33% -
XYZ 5.42 7.21 8.89 -
YUV 69.62 134.42 106.16 -
System Red Green Blue C M Y K H S L
Decimal 39 83 81 0.53 0 0.02 0.67 177.27 0.36 0.24
Hex 27 53 51 35 0 2 43 B1 24 18
Octal 47 123 121 65 0 2 103 261 44 30
Binary 100111 1010011 1010001 110101 0 10 1000011 10110001 100100 11000

Color Harmonies of #275351

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #275351

Black with #275351

Text Example


Text Example

White with #275351

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #275351; }

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

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

background-color css

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

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

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

border-color css

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

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

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