Html Css Color HEX #2F4849 Dark Slate Grey

📋 copy color: '#2F4849'

red 47 ◦ green 72 ◦ blue 73

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

Shades of Dark Slate Grey #2F4849

Tints of Dark Slate Grey #2F4849

RGB

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

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

 BLUE value IS 73 (28.91% from 255) = 38.02%

R = 24.48%
G = 37.5%
B = 38.02%

CMYK

 C value IS 0.36

 M value IS 0.01

 Y value IS 0

 K value IS 0.71

RGB Variations

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

Color information

#2F4849 (or 0x2F4849) is known color: Dark Slate Grey. HEX triplet: 2F, 48 and 49. RGB value is (47,72,73). Sum of RGB (Red+Green+Blue) = 47+72+73=192 (25% of max value = 765). Red value is 47 (18.75% from 255 or 24.48% from 192); Green value is 72 (28.52% from 255 or 37.5% from 192); Blue value is 73 (28.91% from 255 or 38.02% from 192); Max value from RGB is 73 - color contains mainly: blue. Hex color #2F4849 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2F4849 is #D0B7B6. Grayscale: #404040. Windows color (decimal): -13678519 or 4802607. OLE color: 4802607.

HSL color Cylindrical-coordinate representation of color #2F4849: hue angle of 182.31º degrees, saturation: 0.22, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #2F4849 is Cyan = 0.36, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB 47 72 73 -
CMYK 0.36 0.01 0 0.71
HSL 182.31º 0.22% 0.24% -
HSV(B) 182.31º 0.36% 0.29% -
XYZ 4.69 5.72 7.16 -
YUV 64.64 132.72 115.42 -
System Red Green Blue C M Y K H S L
Decimal 47 72 73 0.36 0.01 0 0.71 182.31 0.22 0.24
Hex 2F 48 49 24 1 0 47 B6 16 18
Octal 57 110 111 44 1 0 107 266 26 30
Binary 101111 1001000 1001001 100100 1 0 1000111 10110110 10110 11000

Color Harmonies of #2F4849

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2F4849

Black with #2F4849

Text Example


Text Example

White with #2F4849

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(47,72,73); }

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

background-color css

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

 a { background-color: rgb(47,72,73); }

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

border-color css

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

 span { border-color: rgb(47,72,73); }

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