Html Css Color HEX #3F5351 Dark Slate

📋 copy color: '#3F5351'

red 63 ◦ green 83 ◦ blue 81

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

Shades of Dark Slate #3F5351

Tints of Dark Slate #3F5351

RGB

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

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

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

R = 27.75%
G = 36.56%
B = 35.68%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.02

 K value IS 0.67

RGB Variations

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

Color information

#3F5351 (or 0x3F5351) is known color: Dark Slate. HEX triplet: 3F, 53 and 51. RGB value is (63,83,81). Sum of RGB (Red+Green+Blue) = 63+83+81=227 (30% of max value = 765). Red value is 63 (25% from 255 or 27.75% from 227); Green value is 83 (32.81% from 255 or 36.56% from 227); Blue value is 81 (32.03% from 255 or 35.68% from 227); Max value from RGB is 83 - color contains mainly: green. Hex color #3F5351 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3F5351 is #C0ACAE. Grayscale: #4C4C4C. Windows color (decimal): -12627119 or 5329727. OLE color: 5329727.

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

Color convert

RGB 63 83 81 -
CMYK 0.24 0 0.02 0.67
HSL 174º 0.14% 0.29% -
HSV(B) 174º 0.24% 0.33% -
XYZ 6.63 7.84 8.95 -
YUV 76.79 130.37 118.16 -
System Red Green Blue C M Y K H S L
Decimal 63 83 81 0.24 0 0.02 0.67 174 0.14 0.29
Hex 3F 53 51 18 0 2 43 AE E 1D
Octal 77 123 121 30 0 2 103 256 16 35
Binary 111111 1010011 1010001 11000 0 10 1000011 10101110 1110 11101

Color Harmonies of #3F5351

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3F5351

Black with #3F5351

Text Example


Text Example

White with #3F5351

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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