Shades of Tiber #12424A
Tints of Tiber #12424A
RGB
CMYK
RGB Variations
Color information
#12424A (or 0x12424A) is known color: Tiber. HEX triplet: 12, 42 and 4A. RGB value is (18,66,74). Sum of RGB (Red+Green+Blue) = 18+66+74=158 (20% of max value = 765). Red value is 18 (7.42% from 255 or 11.39% from 158); Green value is 66 (26.17% from 255 or 41.77% from 158); Blue value is 74 (29.30% from 255 or 46.84% from 158); Max value from RGB is 74 - color contains mainly: blue. Hex color #12424A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #12424A is #EDBDB5. Grayscale: #343434. Windows color (decimal): -15580598 or 4866578. OLE color: 4866578.
HSL color Cylindrical-coordinate representation of color #12424A: hue angle of 188.57º degrees, saturation: 0.61, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #12424A is Cyan = 0.76, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 18 | 66 | 74 | - |
| CMYK | 0.76 | 0.11 | 0 | 0.71 |
| HSL | 188.57º | 0.61% | 0.18% | - |
| HSV(B) | 188.57º | 0.76% | 0.29% | - |
| XYZ | 3.43 | 4.52 | 7.17 | - |
| YUV | 52.56 | 140.1 | 103.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 66 | 74 | 0.76 | 0.11 | 0 | 0.71 | 188.57 | 0.61 | 0.18 |
| Hex | 12 | 42 | 4A | 4C | B | 0 | 47 | BD | 3D | 12 |
| Octal | 22 | 102 | 112 | 114 | 13 | 0 | 107 | 275 | 75 | 22 |
| Binary | 10010 | 1000010 | 1001010 | 1001100 | 1011 | 0 | 1000111 | 10111101 | 111101 | 10010 |
Color Harmonies of #12424A
Complementary color
Monochromatic Colors of #12424A
Black with #12424A
Text Example
Text Example
White with #12424A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #12424A; }
p { color: rgb(18,66,74); }
H1.HeaderClassName
{
color: #12424A;
}
.AnyTagClassName
{
color: #12424A;
}
</style>
background-color css
<style>
a { background-color: #12424A; }
a { background-color: rgb(18,66,74); }
div.DivClassName
{
background-color: #12424A;
}
.BgClassName
{
background-color: #12424A;
}
</style>
border-color css
<style>
span { border-color: #12424A; }
span { border-color: rgb(18,66,74); }
td.TdClassName
{
border-color: #12424A;
}
.TagClassName
{
border-color: #12424A;
}
</style>