Shades of Rhino #3D4751
Tints of Rhino #3D4751
RGB
CMYK
RGB Variations
Color information
#3D4751 (or 0x3D4751) is known color: Rhino. HEX triplet: 3D, 47 and 51. RGB value is (61,71,81). Sum of RGB (Red+Green+Blue) = 61+71+81=213 (28% of max value = 765). Red value is 61 (24.22% from 255 or 28.64% from 213); Green value is 71 (28.12% from 255 or 33.33% from 213); Blue value is 81 (32.03% from 255 or 38.03% from 213); Max value from RGB is 81 - color contains mainly: blue. Hex color #3D4751 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3D4751 is #C2B8AE. Grayscale: #454545. Windows color (decimal): -12761263 or 5326653. OLE color: 5326653.
HSL color Cylindrical-coordinate representation of color #3D4751: hue angle of 210º degrees, saturation: 0.14, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #3D4751 is Cyan = 0.25, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 61 | 71 | 81 | - |
| CMYK | 0.25 | 0.12 | 0 | 0.68 |
| HSL | 210º | 0.14% | 0.28% | - |
| HSV(B) | 210º | 0.25% | 0.32% | - |
| XYZ | 5.66 | 6.09 | 8.66 | - |
| YUV | 69.15 | 134.69 | 122.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 71 | 81 | 0.25 | 0.12 | 0 | 0.68 | 210 | 0.14 | 0.28 |
| Hex | 3D | 47 | 51 | 19 | C | 0 | 44 | D2 | E | 1C |
| Octal | 75 | 107 | 121 | 31 | 14 | 0 | 104 | 322 | 16 | 34 |
| Binary | 111101 | 1000111 | 1010001 | 11001 | 1100 | 0 | 1000100 | 11010010 | 1110 | 11100 |
Color Harmonies of #3D4751
Complementary color
Monochromatic Colors of #3D4751
Black with #3D4751
Text Example
Text Example
White with #3D4751
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3D4751; }
p { color: rgb(61,71,81); }
H1.HeaderClassName
{
color: #3D4751;
}
.AnyTagClassName
{
color: #3D4751;
}
</style>
background-color css
<style>
a { background-color: #3D4751; }
a { background-color: rgb(61,71,81); }
div.DivClassName
{
background-color: #3D4751;
}
.BgClassName
{
background-color: #3D4751;
}
</style>
border-color css
<style>
span { border-color: #3D4751; }
span { border-color: rgb(61,71,81); }
td.TdClassName
{
border-color: #3D4751;
}
.TagClassName
{
border-color: #3D4751;
}
</style>