Html Css Color HEX #3F5D51 Stromboli

📋 copy color: '#3F5D51'

red 63 ◦ green 93 ◦ blue 81

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

Shades of Stromboli #3F5D51

Tints of Stromboli #3F5D51

RGB

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

 GREEN value IS 93 (36.72% from 255) = 39.24%

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

R = 26.58%
G = 39.24%
B = 34.18%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.13

 K value IS 0.64

RGB Variations

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

Color information

#3F5D51 (or 0x3F5D51) is known color: Stromboli. HEX triplet: 3F, 5D and 51. RGB value is (63,93,81). Sum of RGB (Red+Green+Blue) = 63+93+81=237 (31% of max value = 765). Red value is 63 (25% from 255 or 26.58% from 237); Green value is 93 (36.72% from 255 or 39.24% from 237); Blue value is 81 (32.03% from 255 or 34.18% from 237); Max value from RGB is 93 - color contains mainly: green. Hex color #3F5D51 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3F5D51 is #C0A2AE. Grayscale: #525252. Windows color (decimal): -12624559 or 5332287. OLE color: 5332287.

HSL color Cylindrical-coordinate representation of color #3F5D51: hue angle of 156º degrees, saturation: 0.19, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #3F5D51 is Cyan = 0.32, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.64.

Color convert

RGB 63 93 81 -
CMYK 0.32 0 0.13 0.64
HSL 156º 0.19% 0.31% -
HSV(B) 156º 0.32% 0.36% -
XYZ 7.45 9.48 9.22 -
YUV 82.66 127.06 113.98 -
System Red Green Blue C M Y K H S L
Decimal 63 93 81 0.32 0 0.13 0.64 156 0.19 0.31
Hex 3F 5D 51 20 0 D 40 9C 13 1F
Octal 77 135 121 40 0 15 100 234 23 37
Binary 111111 1011101 1010001 100000 0 1101 1000000 10011100 10011 11111

Color Harmonies of #3F5D51

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3F5D51

Black with #3F5D51

Text Example


Text Example

White with #3F5D51

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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