Shades of Tiber #123F3D
Tints of Tiber #123F3D
RGB
CMYK
RGB Variations
Color information
#123F3D (or 0x123F3D) is known color: Tiber. HEX triplet: 12, 3F and 3D. RGB value is (18,63,61). Sum of RGB (Red+Green+Blue) = 18+63+61=142 (18% of max value = 765). Red value is 18 (7.42% from 255 or 12.68% from 142); Green value is 63 (25% from 255 or 44.37% from 142); Blue value is 61 (24.22% from 255 or 42.96% from 142); Max value from RGB is 63 - color contains mainly: green. Hex color #123F3D is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #123F3D is #EDC0C2. Grayscale: #313131. Windows color (decimal): -15581379 or 4013842. OLE color: 4013842.
HSL color Cylindrical-coordinate representation of color #123F3D: hue angle of 177.33º degrees, saturation: 0.56, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #123F3D is Cyan = 0.71, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 18 | 63 | 61 | - |
| CMYK | 0.71 | 0 | 0.03 | 0.75 |
| HSL | 177.33º | 0.56% | 0.16% | - |
| HSV(B) | 177.33º | 0.71% | 0.25% | - |
| XYZ | 2.87 | 4.02 | 5.04 | - |
| YUV | 49.32 | 134.59 | 105.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 63 | 61 | 0.71 | 0 | 0.03 | 0.75 | 177.33 | 0.56 | 0.16 |
| Hex | 12 | 3F | 3D | 47 | 0 | 3 | 4B | B1 | 38 | 10 |
| Octal | 22 | 77 | 75 | 107 | 0 | 3 | 113 | 261 | 70 | 20 |
| Binary | 10010 | 111111 | 111101 | 1000111 | 0 | 11 | 1001011 | 10110001 | 111000 | 10000 |
Color Harmonies of #123F3D
Complementary color
Monochromatic Colors of #123F3D
Black with #123F3D
Text Example
Text Example
White with #123F3D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #123F3D; }
p { color: rgb(18,63,61); }
H1.HeaderClassName
{
color: #123F3D;
}
.AnyTagClassName
{
color: #123F3D;
}
</style>
background-color css
<style>
a { background-color: #123F3D; }
a { background-color: rgb(18,63,61); }
div.DivClassName
{
background-color: #123F3D;
}
.BgClassName
{
background-color: #123F3D;
}
</style>
border-color css
<style>
span { border-color: #123F3D; }
span { border-color: rgb(18,63,61); }
td.TdClassName
{
border-color: #123F3D;
}
.TagClassName
{
border-color: #123F3D;
}
</style>