Shades of Rhino #3F4752
Tints of Rhino #3F4752
RGB
CMYK
RGB Variations
Color information
#3F4752 (or 0x3F4752) is known color: Rhino. HEX triplet: 3F, 47 and 52. RGB value is (63,71,82). Sum of RGB (Red+Green+Blue) = 63+71+82=216 (28% of max value = 765). Red value is 63 (25% from 255 or 29.17% from 216); Green value is 71 (28.12% from 255 or 32.87% from 216); Blue value is 82 (32.42% from 255 or 37.96% from 216); Max value from RGB is 82 - color contains mainly: blue. Hex color #3F4752 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3F4752 is #C0B8AD. Grayscale: #454545. Windows color (decimal): -12630190 or 5392191. OLE color: 5392191.
HSL color Cylindrical-coordinate representation of color #3F4752: hue angle of 214.74º degrees, saturation: 0.13, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #3F4752 is Cyan = 0.23, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 63 | 71 | 82 | - |
| CMYK | 0.23 | 0.13 | 0 | 0.68 |
| HSL | 214.74º | 0.13% | 0.28% | - |
| HSV(B) | 214.74º | 0.23% | 0.32% | - |
| XYZ | 5.83 | 6.17 | 8.87 | - |
| YUV | 69.86 | 134.85 | 123.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 71 | 82 | 0.23 | 0.13 | 0 | 0.68 | 214.74 | 0.13 | 0.28 |
| Hex | 3F | 47 | 52 | 17 | D | 0 | 44 | D7 | D | 1C |
| Octal | 77 | 107 | 122 | 27 | 15 | 0 | 104 | 327 | 15 | 34 |
| Binary | 111111 | 1000111 | 1010010 | 10111 | 1101 | 0 | 1000100 | 11010111 | 1101 | 11100 |
Color Harmonies of #3F4752
Complementary color
Monochromatic Colors of #3F4752
Black with #3F4752
Text Example
Text Example
White with #3F4752
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F4752; }
p { color: rgb(63,71,82); }
H1.HeaderClassName
{
color: #3F4752;
}
.AnyTagClassName
{
color: #3F4752;
}
</style>
background-color css
<style>
a { background-color: #3F4752; }
a { background-color: rgb(63,71,82); }
div.DivClassName
{
background-color: #3F4752;
}
.BgClassName
{
background-color: #3F4752;
}
</style>
border-color css
<style>
span { border-color: #3F4752; }
span { border-color: rgb(63,71,82); }
td.TdClassName
{
border-color: #3F4752;
}
.TagClassName
{
border-color: #3F4752;
}
</style>