Shades of Rhino #39424D
Tints of Rhino #39424D
RGB
CMYK
RGB Variations
Color information
#39424D (or 0x39424D) is known color: Rhino. HEX triplet: 39, 42 and 4D. RGB value is (57,66,77). Sum of RGB (Red+Green+Blue) = 57+66+77=200 (26% of max value = 765). Red value is 57 (22.66% from 255 or 28.5% from 200); Green value is 66 (26.17% from 255 or 33% from 200); Blue value is 77 (30.47% from 255 or 38.5% from 200); Max value from RGB is 77 - color contains mainly: blue. Hex color #39424D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #39424D is #C6BDB2. Grayscale: #404040. Windows color (decimal): -13024691 or 5063225. OLE color: 5063225.
HSL color Cylindrical-coordinate representation of color #39424D: hue angle of 213º degrees, saturation: 0.15, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #39424D is Cyan = 0.26, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 57 | 66 | 77 | - |
| CMYK | 0.26 | 0.14 | 0 | 0.70 |
| HSL | 213º | 0.15% | 0.26% | - |
| HSV(B) | 213º | 0.26% | 0.3% | - |
| XYZ | 4.98 | 5.3 | 7.78 | - |
| YUV | 64.56 | 135.02 | 122.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 66 | 77 | 0.26 | 0.14 | 0 | 0.70 | 213 | 0.15 | 0.26 |
| Hex | 39 | 42 | 4D | 1A | E | 0 | 46 | D5 | F | 1A |
| Octal | 71 | 102 | 115 | 32 | 16 | 0 | 106 | 325 | 17 | 32 |
| Binary | 111001 | 1000010 | 1001101 | 11010 | 1110 | 0 | 1000110 | 11010101 | 1111 | 11010 |
Color Harmonies of #39424D
Complementary color
Monochromatic Colors of #39424D
Black with #39424D
Text Example
Text Example
White with #39424D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #39424D; }
p { color: rgb(57,66,77); }
H1.HeaderClassName
{
color: #39424D;
}
.AnyTagClassName
{
color: #39424D;
}
</style>
background-color css
<style>
a { background-color: #39424D; }
a { background-color: rgb(57,66,77); }
div.DivClassName
{
background-color: #39424D;
}
.BgClassName
{
background-color: #39424D;
}
</style>
border-color css
<style>
span { border-color: #39424D; }
span { border-color: rgb(57,66,77); }
td.TdClassName
{
border-color: #39424D;
}
.TagClassName
{
border-color: #39424D;
}
</style>