Shades of Tiber #19423F
Tints of Tiber #19423F
RGB
CMYK
RGB Variations
Color information
#19423F (or 0x19423F) is known color: Tiber. HEX triplet: 19, 42 and 3F. RGB value is (25,66,63). Sum of RGB (Red+Green+Blue) = 25+66+63=154 (20% of max value = 765). Red value is 25 (10.16% from 255 or 16.23% from 154); Green value is 66 (26.17% from 255 or 42.86% from 154); Blue value is 63 (25% from 255 or 40.91% from 154); Max value from RGB is 66 - color contains mainly: green. Hex color #19423F is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #19423F is #E6BDC0. Grayscale: #353535. Windows color (decimal): -15121857 or 4145689. OLE color: 4145689.
HSL color Cylindrical-coordinate representation of color #19423F: hue angle of 175.61º degrees, saturation: 0.45, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #19423F is Cyan = 0.62, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 25 | 66 | 63 | - |
| CMYK | 0.62 | 0 | 0.05 | 0.74 |
| HSL | 175.61º | 0.45% | 0.18% | - |
| HSV(B) | 175.61º | 0.62% | 0.26% | - |
| XYZ | 3.25 | 4.46 | 5.39 | - |
| YUV | 53.4 | 133.42 | 107.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 66 | 63 | 0.62 | 0 | 0.05 | 0.74 | 175.61 | 0.45 | 0.18 |
| Hex | 19 | 42 | 3F | 3E | 0 | 5 | 4A | B0 | 2D | 12 |
| Octal | 31 | 102 | 77 | 76 | 0 | 5 | 112 | 260 | 55 | 22 |
| Binary | 11001 | 1000010 | 111111 | 111110 | 0 | 101 | 1001010 | 10110000 | 101101 | 10010 |
Color Harmonies of #19423F
Complementary color
Monochromatic Colors of #19423F
Black with #19423F
Text Example
Text Example
White with #19423F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #19423F; }
p { color: rgb(25,66,63); }
H1.HeaderClassName
{
color: #19423F;
}
.AnyTagClassName
{
color: #19423F;
}
</style>
background-color css
<style>
a { background-color: #19423F; }
a { background-color: rgb(25,66,63); }
div.DivClassName
{
background-color: #19423F;
}
.BgClassName
{
background-color: #19423F;
}
</style>
border-color css
<style>
span { border-color: #19423F; }
span { border-color: rgb(25,66,63); }
td.TdClassName
{
border-color: #19423F;
}
.TagClassName
{
border-color: #19423F;
}
</style>