Shades of Tiber #1C4140
Tints of Tiber #1C4140
RGB
CMYK
RGB Variations
Color information
#1C4140 (or 0x1C4140) is known color: Tiber. HEX triplet: 1C, 41 and 40. RGB value is (28,65,64). Sum of RGB (Red+Green+Blue) = 28+65+64=157 (20% of max value = 765). Red value is 28 (11.33% from 255 or 17.83% from 157); Green value is 65 (25.78% from 255 or 41.40% from 157); Blue value is 64 (25.39% from 255 or 40.76% from 157); Max value from RGB is 65 - color contains mainly: green. Hex color #1C4140 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1C4140 is #E3BEBF. Grayscale: #353535. Windows color (decimal): -14925504 or 4210972. OLE color: 4210972.
HSL color Cylindrical-coordinate representation of color #1C4140: hue angle of 178.38º degrees, saturation: 0.4, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #1C4140 is Cyan = 0.57, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 28 | 65 | 64 | - |
| CMYK | 0.57 | 0 | 0.02 | 0.75 |
| HSL | 178.38º | 0.4% | 0.18% | - |
| HSV(B) | 178.38º | 0.57% | 0.25% | - |
| XYZ | 3.29 | 4.4 | 5.53 | - |
| YUV | 53.82 | 133.74 | 109.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 65 | 64 | 0.57 | 0 | 0.02 | 0.75 | 178.38 | 0.4 | 0.18 |
| Hex | 1C | 41 | 40 | 39 | 0 | 2 | 4B | B2 | 28 | 12 |
| Octal | 34 | 101 | 100 | 71 | 0 | 2 | 113 | 262 | 50 | 22 |
| Binary | 11100 | 1000001 | 1000000 | 111001 | 0 | 10 | 1001011 | 10110010 | 101000 | 10010 |
Color Harmonies of #1C4140
Complementary color
Monochromatic Colors of #1C4140
Black with #1C4140
Text Example
Text Example
White with #1C4140
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1C4140; }
p { color: rgb(28,65,64); }
H1.HeaderClassName
{
color: #1C4140;
}
.AnyTagClassName
{
color: #1C4140;
}
</style>
background-color css
<style>
a { background-color: #1C4140; }
a { background-color: rgb(28,65,64); }
div.DivClassName
{
background-color: #1C4140;
}
.BgClassName
{
background-color: #1C4140;
}
</style>
border-color css
<style>
span { border-color: #1C4140; }
span { border-color: rgb(28,65,64); }
td.TdClassName
{
border-color: #1C4140;
}
.TagClassName
{
border-color: #1C4140;
}
</style>