Html Css Color HEX #2F4D50 Dark Slate Grey

📋 copy color: '#2F4D50'

red 47 ◦ green 77 ◦ blue 80

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

Shades of Dark Slate Grey #2F4D50

Tints of Dark Slate Grey #2F4D50

RGB

 RED value IS 47 (18.75% from 255) = 23.04%

 GREEN value IS 77 (30.47% from 255) = 37.75%

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

R = 23.04%
G = 37.75%
B = 39.22%

CMYK

 C value IS 0.41

 M value IS 0.04

 Y value IS 0

 K value IS 0.69

RGB Variations

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

Color information

#2F4D50 (or 0x2F4D50) is known color: Dark Slate Grey. HEX triplet: 2F, 4D and 50. RGB value is (47,77,80). Sum of RGB (Red+Green+Blue) = 47+77+80=204 (27% of max value = 765). Red value is 47 (18.75% from 255 or 23.04% from 204); Green value is 77 (30.47% from 255 or 37.75% from 204); Blue value is 80 (31.64% from 255 or 39.22% from 204); Max value from RGB is 80 - color contains mainly: blue. Hex color #2F4D50 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2F4D50 is #D0B2AF. Grayscale: #444444. Windows color (decimal): -13677232 or 5262639. OLE color: 5262639.

HSL color Cylindrical-coordinate representation of color #2F4D50: hue angle of 185.45º degrees, saturation: 0.26, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #2F4D50 is Cyan = 0.41, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB 47 77 80 -
CMYK 0.41 0.04 0 0.69
HSL 185.45º 0.26% 0.25% -
HSV(B) 185.45º 0.41% 0.31% -
XYZ 5.27 6.49 8.56 -
YUV 68.37 134.56 112.76 -
System Red Green Blue C M Y K H S L
Decimal 47 77 80 0.41 0.04 0 0.69 185.45 0.26 0.25
Hex 2F 4D 50 29 4 0 45 B9 1A 19
Octal 57 115 120 51 4 0 105 271 32 31
Binary 101111 1001101 1010000 101001 100 0 1000101 10111001 11010 11001

Color Harmonies of #2F4D50

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2F4D50

Black with #2F4D50

Text Example


Text Example

White with #2F4D50

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #2F4D50; }

 p { color: rgb(47,77,80); }

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

background-color css

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

 a { background-color: rgb(47,77,80); }

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

border-color css

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

 span { border-color: rgb(47,77,80); }

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