Shades of Rhino #384251
Tints of Rhino #384251
RGB
CMYK
RGB Variations
Color information
#384251 (or 0x384251) is known color: Rhino. HEX triplet: 38, 42 and 51. RGB value is (56,66,81). Sum of RGB (Red+Green+Blue) = 56+66+81=203 (26% of max value = 765). Red value is 56 (22.27% from 255 or 27.59% from 203); Green value is 66 (26.17% from 255 or 32.51% from 203); Blue value is 81 (32.03% from 255 or 39.90% from 203); Max value from RGB is 81 - color contains mainly: blue. Hex color #384251 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #384251 is #C7BDAE. Grayscale: #404040. Windows color (decimal): -13090223 or 5325368. OLE color: 5325368.
HSL color Cylindrical-coordinate representation of color #384251: hue angle of 216º degrees, saturation: 0.18, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #384251 is Cyan = 0.31, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 56 | 66 | 81 | - |
| CMYK | 0.31 | 0.19 | 0 | 0.68 |
| HSL | 216º | 0.18% | 0.27% | - |
| HSV(B) | 216º | 0.31% | 0.32% | - |
| XYZ | 5.06 | 5.33 | 8.55 | - |
| YUV | 64.72 | 137.19 | 121.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 66 | 81 | 0.31 | 0.19 | 0 | 0.68 | 216 | 0.18 | 0.27 |
| Hex | 38 | 42 | 51 | 1F | 13 | 0 | 44 | D8 | 12 | 1B |
| Octal | 70 | 102 | 121 | 37 | 23 | 0 | 104 | 330 | 22 | 33 |
| Binary | 111000 | 1000010 | 1010001 | 11111 | 10011 | 0 | 1000100 | 11011000 | 10010 | 11011 |
Color Harmonies of #384251
Complementary color
Monochromatic Colors of #384251
Black with #384251
Text Example
Text Example
White with #384251
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #384251; }
p { color: rgb(56,66,81); }
H1.HeaderClassName
{
color: #384251;
}
.AnyTagClassName
{
color: #384251;
}
</style>
background-color css
<style>
a { background-color: #384251; }
a { background-color: rgb(56,66,81); }
div.DivClassName
{
background-color: #384251;
}
.BgClassName
{
background-color: #384251;
}
</style>
border-color css
<style>
span { border-color: #384251; }
span { border-color: rgb(56,66,81); }
td.TdClassName
{
border-color: #384251;
}
.TagClassName
{
border-color: #384251;
}
</style>