Shades of Tiber #153F41
Tints of Tiber #153F41
RGB
CMYK
RGB Variations
Color information
#153F41 (or 0x153F41) is known color: Tiber. HEX triplet: 15, 3F and 41. RGB value is (21,63,65). Sum of RGB (Red+Green+Blue) = 21+63+65=149 (19% of max value = 765). Red value is 21 (8.59% from 255 or 14.09% from 149); Green value is 63 (25% from 255 or 42.28% from 149); Blue value is 65 (25.78% from 255 or 43.62% from 149); Max value from RGB is 65 - color contains mainly: blue. Hex color #153F41 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #153F41 is #EAC0BE. Grayscale: #323232. Windows color (decimal): -15384767 or 4275989. OLE color: 4275989.
HSL color Cylindrical-coordinate representation of color #153F41: hue angle of 182.73º degrees, saturation: 0.51, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #153F41 is Cyan = 0.68, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 21 | 63 | 65 | - |
| CMYK | 0.68 | 0.03 | 0 | 0.75 |
| HSL | 182.73º | 0.51% | 0.17% | - |
| HSV(B) | 182.73º | 0.68% | 0.25% | - |
| XYZ | 3.04 | 4.1 | 5.63 | - |
| YUV | 50.67 | 136.09 | 106.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 63 | 65 | 0.68 | 0.03 | 0 | 0.75 | 182.73 | 0.51 | 0.17 |
| Hex | 15 | 3F | 41 | 44 | 3 | 0 | 4B | B7 | 33 | 11 |
| Octal | 25 | 77 | 101 | 104 | 3 | 0 | 113 | 267 | 63 | 21 |
| Binary | 10101 | 111111 | 1000001 | 1000100 | 11 | 0 | 1001011 | 10110111 | 110011 | 10001 |
Color Harmonies of #153F41
Complementary color
Monochromatic Colors of #153F41
Black with #153F41
Text Example
Text Example
White with #153F41
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #153F41; }
p { color: rgb(21,63,65); }
H1.HeaderClassName
{
color: #153F41;
}
.AnyTagClassName
{
color: #153F41;
}
</style>
background-color css
<style>
a { background-color: #153F41; }
a { background-color: rgb(21,63,65); }
div.DivClassName
{
background-color: #153F41;
}
.BgClassName
{
background-color: #153F41;
}
</style>
border-color css
<style>
span { border-color: #153F41; }
span { border-color: rgb(21,63,65); }
td.TdClassName
{
border-color: #153F41;
}
.TagClassName
{
border-color: #153F41;
}
</style>