Shades of Rhino #3B4350
Tints of Rhino #3B4350
RGB
CMYK
RGB Variations
Color information
#3B4350 (or 0x3B4350) is known color: Rhino. HEX triplet: 3B, 43 and 50. RGB value is (59,67,80). Sum of RGB (Red+Green+Blue) = 59+67+80=206 (27% of max value = 765). Red value is 59 (23.44% from 255 or 28.64% from 206); Green value is 67 (26.56% from 255 or 32.52% from 206); Blue value is 80 (31.64% from 255 or 38.83% from 206); Max value from RGB is 80 - color contains mainly: blue. Hex color #3B4350 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3B4350 is #C4BCAF. Grayscale: #424242. Windows color (decimal): -12893360 or 5260091. OLE color: 5260091.
HSL color Cylindrical-coordinate representation of color #3B4350: hue angle of 217.14º degrees, saturation: 0.15, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #3B4350 is Cyan = 0.26, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 59 | 67 | 80 | - |
| CMYK | 0.26 | 0.16 | 0 | 0.69 |
| HSL | 217.14º | 0.15% | 0.27% | - |
| HSV(B) | 217.14º | 0.26% | 0.31% | - |
| XYZ | 5.26 | 5.52 | 8.38 | - |
| YUV | 66.09 | 135.85 | 122.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 67 | 80 | 0.26 | 0.16 | 0 | 0.69 | 217.14 | 0.15 | 0.27 |
| Hex | 3B | 43 | 50 | 1A | 10 | 0 | 45 | D9 | F | 1B |
| Octal | 73 | 103 | 120 | 32 | 20 | 0 | 105 | 331 | 17 | 33 |
| Binary | 111011 | 1000011 | 1010000 | 11010 | 10000 | 0 | 1000101 | 11011001 | 1111 | 11011 |
Color Harmonies of #3B4350
Complementary color
Monochromatic Colors of #3B4350
Black with #3B4350
Text Example
Text Example
White with #3B4350
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3B4350; }
p { color: rgb(59,67,80); }
H1.HeaderClassName
{
color: #3B4350;
}
.AnyTagClassName
{
color: #3B4350;
}
</style>
background-color css
<style>
a { background-color: #3B4350; }
a { background-color: rgb(59,67,80); }
div.DivClassName
{
background-color: #3B4350;
}
.BgClassName
{
background-color: #3B4350;
}
</style>
border-color css
<style>
span { border-color: #3B4350; }
span { border-color: rgb(59,67,80); }
td.TdClassName
{
border-color: #3B4350;
}
.TagClassName
{
border-color: #3B4350;
}
</style>