Shades of Tiber #124141
Tints of Tiber #124141
RGB
CMYK
RGB Variations
Color information
#124141 (or 0x124141) is known color: Tiber. HEX triplet: 12, 41 and 41. RGB value is (18,65,65). Sum of RGB (Red+Green+Blue) = 18+65+65=148 (19% of max value = 765). Red value is 18 (7.42% from 255 or 12.16% from 148); Green value is 65 (25.78% from 255 or 43.92% from 148); Blue value is 65 (25.78% from 255 or 43.92% from 148); Max value from RGB is 65 - color contains mainly: green, blue. Hex color #124141 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #124141 is #EDBEBE. Grayscale: #323232. Windows color (decimal): -15580863 or 4276498. OLE color: 4276498.
HSL color Cylindrical-coordinate representation of color #124141: hue angle of 180º degrees, saturation: 0.57, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #124141 is Cyan = 0.72, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 18 | 65 | 65 | - |
| CMYK | 0.72 | 0 | 0 | 0.75 |
| HSL | 180º | 0.57% | 0.16% | - |
| HSV(B) | 180º | 0.72% | 0.25% | - |
| XYZ | 3.09 | 4.29 | 5.67 | - |
| YUV | 50.95 | 135.93 | 104.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 65 | 65 | 0.72 | 0 | 0 | 0.75 | 180 | 0.57 | 0.16 |
| Hex | 12 | 41 | 41 | 48 | 0 | 0 | 4B | B4 | 39 | 10 |
| Octal | 22 | 101 | 101 | 110 | 0 | 0 | 113 | 264 | 71 | 20 |
| Binary | 10010 | 1000001 | 1000001 | 1001000 | 0 | 0 | 1001011 | 10110100 | 111001 | 10000 |
Color Harmonies of #124141
Complementary color
Monochromatic Colors of #124141
Black with #124141
Text Example
Text Example
White with #124141
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #124141; }
p { color: rgb(18,65,65); }
H1.HeaderClassName
{
color: #124141;
}
.AnyTagClassName
{
color: #124141;
}
</style>
background-color css
<style>
a { background-color: #124141; }
a { background-color: rgb(18,65,65); }
div.DivClassName
{
background-color: #124141;
}
.BgClassName
{
background-color: #124141;
}
</style>
border-color css
<style>
span { border-color: #124141; }
span { border-color: rgb(18,65,65); }
td.TdClassName
{
border-color: #124141;
}
.TagClassName
{
border-color: #124141;
}
</style>