Shades of Rhino #3D4853
Tints of Rhino #3D4853
RGB
CMYK
RGB Variations
Color information
#3D4853 (or 0x3D4853) is known color: Rhino. HEX triplet: 3D, 48 and 53. RGB value is (61,72,83). Sum of RGB (Red+Green+Blue) = 61+72+83=216 (28% of max value = 765). Red value is 61 (24.22% from 255 or 28.24% from 216); Green value is 72 (28.52% from 255 or 33.33% from 216); Blue value is 83 (32.81% from 255 or 38.43% from 216); Max value from RGB is 83 - color contains mainly: blue. Hex color #3D4853 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3D4853 is #C2B7AC. Grayscale: #454545. Windows color (decimal): -12761005 or 5457981. OLE color: 5457981.
HSL color Cylindrical-coordinate representation of color #3D4853: hue angle of 210º degrees, saturation: 0.15, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #3D4853 is Cyan = 0.27, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 61 | 72 | 83 | - |
| CMYK | 0.27 | 0.13 | 0 | 0.67 |
| HSL | 210º | 0.15% | 0.28% | - |
| HSV(B) | 210º | 0.27% | 0.33% | - |
| XYZ | 5.8 | 6.25 | 9.08 | - |
| YUV | 69.97 | 135.36 | 121.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 72 | 83 | 0.27 | 0.13 | 0 | 0.67 | 210 | 0.15 | 0.28 |
| Hex | 3D | 48 | 53 | 1B | D | 0 | 43 | D2 | F | 1C |
| Octal | 75 | 110 | 123 | 33 | 15 | 0 | 103 | 322 | 17 | 34 |
| Binary | 111101 | 1001000 | 1010011 | 11011 | 1101 | 0 | 1000011 | 11010010 | 1111 | 11100 |
Color Harmonies of #3D4853
Complementary color
Monochromatic Colors of #3D4853
Black with #3D4853
Text Example
Text Example
White with #3D4853
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3D4853; }
p { color: rgb(61,72,83); }
H1.HeaderClassName
{
color: #3D4853;
}
.AnyTagClassName
{
color: #3D4853;
}
</style>
background-color css
<style>
a { background-color: #3D4853; }
a { background-color: rgb(61,72,83); }
div.DivClassName
{
background-color: #3D4853;
}
.BgClassName
{
background-color: #3D4853;
}
</style>
border-color css
<style>
span { border-color: #3D4853; }
span { border-color: rgb(61,72,83); }
td.TdClassName
{
border-color: #3D4853;
}
.TagClassName
{
border-color: #3D4853;
}
</style>