Shades of Rhino #3B424D
Tints of Rhino #3B424D
RGB
CMYK
RGB Variations
Color information
#3B424D (or 0x3B424D) is known color: Rhino. HEX triplet: 3B, 42 and 4D. RGB value is (59,66,77). Sum of RGB (Red+Green+Blue) = 59+66+77=202 (26% of max value = 765). Red value is 59 (23.44% from 255 or 29.21% from 202); Green value is 66 (26.17% from 255 or 32.67% from 202); Blue value is 77 (30.47% from 255 or 38.12% from 202); Max value from RGB is 77 - color contains mainly: blue. Hex color #3B424D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3B424D is #C4BDB2. Grayscale: #414141. Windows color (decimal): -12893619 or 5063227. OLE color: 5063227.
HSL color Cylindrical-coordinate representation of color #3B424D: hue angle of 216.67º degrees, saturation: 0.13, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #3B424D is Cyan = 0.23, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 59 | 66 | 77 | - |
| CMYK | 0.23 | 0.14 | 0 | 0.70 |
| HSL | 216.67º | 0.13% | 0.27% | - |
| HSV(B) | 216.67º | 0.23% | 0.3% | - |
| XYZ | 5.09 | 5.36 | 7.79 | - |
| YUV | 65.16 | 134.68 | 123.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 66 | 77 | 0.23 | 0.14 | 0 | 0.70 | 216.67 | 0.13 | 0.27 |
| Hex | 3B | 42 | 4D | 17 | E | 0 | 46 | D9 | D | 1B |
| Octal | 73 | 102 | 115 | 27 | 16 | 0 | 106 | 331 | 15 | 33 |
| Binary | 111011 | 1000010 | 1001101 | 10111 | 1110 | 0 | 1000110 | 11011001 | 1101 | 11011 |
Color Harmonies of #3B424D
Complementary color
Monochromatic Colors of #3B424D
Black with #3B424D
Text Example
Text Example
White with #3B424D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3B424D; }
p { color: rgb(59,66,77); }
H1.HeaderClassName
{
color: #3B424D;
}
.AnyTagClassName
{
color: #3B424D;
}
</style>
background-color css
<style>
a { background-color: #3B424D; }
a { background-color: rgb(59,66,77); }
div.DivClassName
{
background-color: #3B424D;
}
.BgClassName
{
background-color: #3B424D;
}
</style>
border-color css
<style>
span { border-color: #3B424D; }
span { border-color: rgb(59,66,77); }
td.TdClassName
{
border-color: #3B424D;
}
.TagClassName
{
border-color: #3B424D;
}
</style>