Shades of Tiber #1B413F
Tints of Tiber #1B413F
RGB
CMYK
RGB Variations
Color information
#1B413F (or 0x1B413F) is known color: Tiber. HEX triplet: 1B, 41 and 3F. RGB value is (27,65,63). Sum of RGB (Red+Green+Blue) = 27+65+63=155 (20% of max value = 765). Red value is 27 (10.94% from 255 or 17.42% from 155); Green value is 65 (25.78% from 255 or 41.94% from 155); Blue value is 63 (25% from 255 or 40.65% from 155); Max value from RGB is 65 - color contains mainly: green. Hex color #1B413F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1B413F is #E4BEC0. Grayscale: #353535. Windows color (decimal): -14991041 or 4145435. OLE color: 4145435.
HSL color Cylindrical-coordinate representation of color #1B413F: hue angle of 176.84º degrees, saturation: 0.41, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #1B413F is Cyan = 0.58, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 27 | 65 | 63 | - |
| CMYK | 0.58 | 0 | 0.03 | 0.75 |
| HSL | 176.84º | 0.41% | 0.18% | - |
| HSV(B) | 176.84º | 0.58% | 0.25% | - |
| XYZ | 3.24 | 4.37 | 5.38 | - |
| YUV | 53.41 | 133.41 | 109.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 65 | 63 | 0.58 | 0 | 0.03 | 0.75 | 176.84 | 0.41 | 0.18 |
| Hex | 1B | 41 | 3F | 3A | 0 | 3 | 4B | B1 | 29 | 12 |
| Octal | 33 | 101 | 77 | 72 | 0 | 3 | 113 | 261 | 51 | 22 |
| Binary | 11011 | 1000001 | 111111 | 111010 | 0 | 11 | 1001011 | 10110001 | 101001 | 10010 |
Color Harmonies of #1B413F
Complementary color
Monochromatic Colors of #1B413F
Black with #1B413F
Text Example
Text Example
White with #1B413F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1B413F; }
p { color: rgb(27,65,63); }
H1.HeaderClassName
{
color: #1B413F;
}
.AnyTagClassName
{
color: #1B413F;
}
</style>
background-color css
<style>
a { background-color: #1B413F; }
a { background-color: rgb(27,65,63); }
div.DivClassName
{
background-color: #1B413F;
}
.BgClassName
{
background-color: #1B413F;
}
</style>
border-color css
<style>
span { border-color: #1B413F; }
span { border-color: rgb(27,65,63); }
td.TdClassName
{
border-color: #1B413F;
}
.TagClassName
{
border-color: #1B413F;
}
</style>