Html Css Color HEX #3F4849 Dark Slate Grey

📋 copy color: '#3F4849'

red 63 ◦ green 72 ◦ blue 73

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

Shades of Dark Slate Grey #3F4849

Tints of Dark Slate Grey #3F4849

RGB

 RED value IS 63 (25% from 255) = 30.29%

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

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

R = 30.29%
G = 34.62%
B = 35.1%

CMYK

 C value IS 0.14

 M value IS 0.01

 Y value IS 0

 K value IS 0.71

RGB Variations

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

Color information

#3F4849 (or 0x3F4849) is known color: Dark Slate Grey. HEX triplet: 3F, 48 and 49. RGB value is (63,72,73). Sum of RGB (Red+Green+Blue) = 63+72+73=208 (27% of max value = 765). Red value is 63 (25% from 255 or 30.29% from 208); Green value is 72 (28.52% from 255 or 34.62% from 208); Blue value is 73 (28.91% from 255 or 35.10% from 208); Max value from RGB is 73 - color contains mainly: blue. Hex color #3F4849 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3F4849 is #C0B7B6. Grayscale: #454545. Windows color (decimal): -12629943 or 4802623. OLE color: 4802623.

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

Color convert

RGB 63 72 73 -
CMYK 0.14 0.01 0 0.71
HSL 186º 0.07% 0.27% -
HSV(B) 186º 0.14% 0.29% -
XYZ 5.57 6.17 7.2 -
YUV 69.42 130.02 123.42 -
System Red Green Blue C M Y K H S L
Decimal 63 72 73 0.14 0.01 0 0.71 186 0.07 0.27
Hex 3F 48 49 E 1 0 47 BA 7 1B
Octal 77 110 111 16 1 0 107 272 7 33
Binary 111111 1001000 1001001 1110 1 0 1000111 10111010 111 11011

Color Harmonies of #3F4849

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3F4849

Black with #3F4849

Text Example


Text Example

White with #3F4849

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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