Html Css Color HEX #275250 Dark Slate Grey

📋 copy color: '#275250'

red 39 ◦ green 82 ◦ blue 80

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

Shades of Dark Slate Grey #275250

Tints of Dark Slate Grey #275250

RGB

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

 GREEN value IS 82 (32.42% from 255) = 40.8%

 BLUE value IS 80 (31.64% from 255) = 39.8%

R = 19.4%
G = 40.8%
B = 39.8%

CMYK

 C value IS 0.52

 M value IS 0

 Y value IS 0.02

 K value IS 0.68

RGB Variations

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

Color information

#275250 (or 0x275250) is known color: Dark Slate Grey. HEX triplet: 27, 52 and 50. RGB value is (39,82,80). Sum of RGB (Red+Green+Blue) = 39+82+80=201 (26% of max value = 765). Red value is 39 (15.62% from 255 or 19.40% from 201); Green value is 82 (32.42% from 255 or 40.80% from 201); Blue value is 80 (31.64% from 255 or 39.80% from 201); Max value from RGB is 82 - color contains mainly: green. Hex color #275250 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #275250 is #D8ADAF. Grayscale: #444444. Windows color (decimal): -14200240 or 5263911. OLE color: 5263911.

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

Color convert

RGB 39 82 80 -
CMYK 0.52 0 0.02 0.68
HSL 177.21º 0.36% 0.24% -
HSV(B) 177.21º 0.52% 0.32% -
XYZ 5.3 7.05 8.67 -
YUV 68.92 134.25 106.66 -
System Red Green Blue C M Y K H S L
Decimal 39 82 80 0.52 0 0.02 0.68 177.21 0.36 0.24
Hex 27 52 50 34 0 2 44 B1 24 18
Octal 47 122 120 64 0 2 104 261 44 30
Binary 100111 1010010 1010000 110100 0 10 1000100 10110001 100100 11000

Color Harmonies of #275250

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #275250

Black with #275250

Text Example


Text Example

White with #275250

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #275250; }

 p { color: rgb(39,82,80); }

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

background-color css

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

 a { background-color: rgb(39,82,80); }

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

border-color css

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

 span { border-color: rgb(39,82,80); }

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