Shades of Tiber #153C3D
Tints of Tiber #153C3D
RGB
CMYK
RGB Variations
Color information
#153C3D (or 0x153C3D) is known color: Tiber. HEX triplet: 15, 3C and 3D. RGB value is (21,60,61). Sum of RGB (Red+Green+Blue) = 21+60+61=142 (18% of max value = 765). Red value is 21 (8.59% from 255 or 14.79% from 142); Green value is 60 (23.83% from 255 or 42.25% from 142); Blue value is 61 (24.22% from 255 or 42.96% from 142); Max value from RGB is 61 - color contains mainly: blue. Hex color #153C3D is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #153C3D is #EAC3C2. Grayscale: #303030. Windows color (decimal): -15385539 or 4013077. OLE color: 4013077.
HSL color Cylindrical-coordinate representation of color #153C3D: hue angle of 181.5º degrees, saturation: 0.49, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #153C3D is Cyan = 0.66, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 21 | 60 | 61 | - |
| CMYK | 0.66 | 0.02 | 0 | 0.76 |
| HSL | 181.5º | 0.49% | 0.16% | - |
| HSV(B) | 181.5º | 0.66% | 0.24% | - |
| XYZ | 2.77 | 3.73 | 4.99 | - |
| YUV | 48.45 | 135.08 | 108.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 60 | 61 | 0.66 | 0.02 | 0 | 0.76 | 181.5 | 0.49 | 0.16 |
| Hex | 15 | 3C | 3D | 42 | 2 | 0 | 4C | B6 | 31 | 10 |
| Octal | 25 | 74 | 75 | 102 | 2 | 0 | 114 | 266 | 61 | 20 |
| Binary | 10101 | 111100 | 111101 | 1000010 | 10 | 0 | 1001100 | 10110110 | 110001 | 10000 |
Color Harmonies of #153C3D
Complementary color
Monochromatic Colors of #153C3D
Black with #153C3D
Text Example
Text Example
White with #153C3D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #153C3D; }
p { color: rgb(21,60,61); }
H1.HeaderClassName
{
color: #153C3D;
}
.AnyTagClassName
{
color: #153C3D;
}
</style>
background-color css
<style>
a { background-color: #153C3D; }
a { background-color: rgb(21,60,61); }
div.DivClassName
{
background-color: #153C3D;
}
.BgClassName
{
background-color: #153C3D;
}
</style>
border-color css
<style>
span { border-color: #153C3D; }
span { border-color: rgb(21,60,61); }
td.TdClassName
{
border-color: #153C3D;
}
.TagClassName
{
border-color: #153C3D;
}
</style>