Shades of Rhino #3F4853
Tints of Rhino #3F4853
RGB
CMYK
RGB Variations
Color information
#3F4853 (or 0x3F4853) is known color: Rhino. HEX triplet: 3F, 48 and 53. RGB value is (63,72,83). Sum of RGB (Red+Green+Blue) = 63+72+83=218 (28% of max value = 765). Red value is 63 (25% from 255 or 28.90% from 218); Green value is 72 (28.52% from 255 or 33.03% from 218); Blue value is 83 (32.81% from 255 or 38.07% from 218); Max value from RGB is 83 - color contains mainly: blue. Hex color #3F4853 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3F4853 is #C0B7AC. Grayscale: #464646. Windows color (decimal): -12629933 or 5457983. OLE color: 5457983.
HSL color Cylindrical-coordinate representation of color #3F4853: hue angle of 213º 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 #3F4853 is Cyan = 0.24, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 63 | 72 | 83 | - |
| CMYK | 0.24 | 0.13 | 0 | 0.67 |
| HSL | 213º | 0.14% | 0.29% | - |
| HSV(B) | 213º | 0.24% | 0.33% | - |
| XYZ | 5.93 | 6.32 | 9.09 | - |
| YUV | 70.56 | 135.02 | 122.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 72 | 83 | 0.24 | 0.13 | 0 | 0.67 | 213 | 0.14 | 0.29 |
| Hex | 3F | 48 | 53 | 18 | D | 0 | 43 | D5 | E | 1D |
| Octal | 77 | 110 | 123 | 30 | 15 | 0 | 103 | 325 | 16 | 35 |
| Binary | 111111 | 1001000 | 1010011 | 11000 | 1101 | 0 | 1000011 | 11010101 | 1110 | 11101 |
Color Harmonies of #3F4853
Complementary color
Monochromatic Colors of #3F4853
Black with #3F4853
Text Example
Text Example
White with #3F4853
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F4853; }
p { color: rgb(63,72,83); }
H1.HeaderClassName
{
color: #3F4853;
}
.AnyTagClassName
{
color: #3F4853;
}
</style>
background-color css
<style>
a { background-color: #3F4853; }
a { background-color: rgb(63,72,83); }
div.DivClassName
{
background-color: #3F4853;
}
.BgClassName
{
background-color: #3F4853;
}
</style>
border-color css
<style>
span { border-color: #3F4853; }
span { border-color: rgb(63,72,83); }
td.TdClassName
{
border-color: #3F4853;
}
.TagClassName
{
border-color: #3F4853;
}
</style>