Shades of Tiber #193D3D
Tints of Tiber #193D3D
RGB
CMYK
RGB Variations
Color information
#193D3D (or 0x193D3D) is known color: Tiber. HEX triplet: 19, 3D and 3D. RGB value is (25,61,61). Sum of RGB (Red+Green+Blue) = 25+61+61=147 (19% of max value = 765). Red value is 25 (10.16% from 255 or 17.01% from 147); Green value is 61 (24.22% from 255 or 41.50% from 147); Blue value is 61 (24.22% from 255 or 41.50% from 147); Max value from RGB is 61 - color contains mainly: green, blue. Hex color #193D3D is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #193D3D is #E6C2C2. Grayscale: #323232. Windows color (decimal): -15123139 or 4013337. OLE color: 4013337.
HSL color Cylindrical-coordinate representation of color #193D3D: hue angle of 180º degrees, saturation: 0.42, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #193D3D is Cyan = 0.59, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 25 | 61 | 61 | - |
| CMYK | 0.59 | 0 | 0 | 0.76 |
| HSL | 180º | 0.42% | 0.17% | - |
| HSV(B) | 180º | 0.59% | 0.24% | - |
| XYZ | 2.91 | 3.88 | 5.01 | - |
| YUV | 50.24 | 134.07 | 110 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 61 | 61 | 0.59 | 0 | 0 | 0.76 | 180 | 0.42 | 0.17 |
| Hex | 19 | 3D | 3D | 3B | 0 | 0 | 4C | B4 | 2A | 11 |
| Octal | 31 | 75 | 75 | 73 | 0 | 0 | 114 | 264 | 52 | 21 |
| Binary | 11001 | 111101 | 111101 | 111011 | 0 | 0 | 1001100 | 10110100 | 101010 | 10001 |
Color Harmonies of #193D3D
Complementary color
Monochromatic Colors of #193D3D
Black with #193D3D
Text Example
Text Example
White with #193D3D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #193D3D; }
p { color: rgb(25,61,61); }
H1.HeaderClassName
{
color: #193D3D;
}
.AnyTagClassName
{
color: #193D3D;
}
</style>
background-color css
<style>
a { background-color: #193D3D; }
a { background-color: rgb(25,61,61); }
div.DivClassName
{
background-color: #193D3D;
}
.BgClassName
{
background-color: #193D3D;
}
</style>
border-color css
<style>
span { border-color: #193D3D; }
span { border-color: rgb(25,61,61); }
td.TdClassName
{
border-color: #193D3D;
}
.TagClassName
{
border-color: #193D3D;
}
</style>