Shades of Rhino #3F4953
Tints of Rhino #3F4953
RGB
CMYK
RGB Variations
Color information
#3F4953 (or 0x3F4953) is known color: Rhino. HEX triplet: 3F, 49 and 53. RGB value is (63,73,83). Sum of RGB (Red+Green+Blue) = 63+73+83=219 (29% of max value = 765). Red value is 63 (25% from 255 or 28.77% from 219); Green value is 73 (28.91% from 255 or 33.33% from 219); Blue value is 83 (32.81% from 255 or 37.90% from 219); Max value from RGB is 83 - color contains mainly: blue. Hex color #3F4953 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3F4953 is #C0B6AC. Grayscale: #474747. Windows color (decimal): -12629677 or 5458239. OLE color: 5458239.
HSL color Cylindrical-coordinate representation of color #3F4953: hue angle of 210º 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 #3F4953 is Cyan = 0.24, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 63 | 73 | 83 | - |
| CMYK | 0.24 | 0.12 | 0 | 0.67 |
| HSL | 210º | 0.14% | 0.29% | - |
| HSV(B) | 210º | 0.24% | 0.33% | - |
| XYZ | 5.99 | 6.45 | 9.11 | - |
| YUV | 71.15 | 134.69 | 122.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 73 | 83 | 0.24 | 0.12 | 0 | 0.67 | 210 | 0.14 | 0.29 |
| Hex | 3F | 49 | 53 | 18 | C | 0 | 43 | D2 | E | 1D |
| Octal | 77 | 111 | 123 | 30 | 14 | 0 | 103 | 322 | 16 | 35 |
| Binary | 111111 | 1001001 | 1010011 | 11000 | 1100 | 0 | 1000011 | 11010010 | 1110 | 11101 |
Color Harmonies of #3F4953
Complementary color
Monochromatic Colors of #3F4953
Black with #3F4953
Text Example
Text Example
White with #3F4953
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F4953; }
p { color: rgb(63,73,83); }
H1.HeaderClassName
{
color: #3F4953;
}
.AnyTagClassName
{
color: #3F4953;
}
</style>
background-color css
<style>
a { background-color: #3F4953; }
a { background-color: rgb(63,73,83); }
div.DivClassName
{
background-color: #3F4953;
}
.BgClassName
{
background-color: #3F4953;
}
</style>
border-color css
<style>
span { border-color: #3F4953; }
span { border-color: rgb(63,73,83); }
td.TdClassName
{
border-color: #3F4953;
}
.TagClassName
{
border-color: #3F4953;
}
</style>