Shades of Tiber #1C4041
Tints of Tiber #1C4041
RGB
CMYK
RGB Variations
Color information
#1C4041 (or 0x1C4041) is known color: Tiber. HEX triplet: 1C, 40 and 41. RGB value is (28,64,65). Sum of RGB (Red+Green+Blue) = 28+64+65=157 (20% of max value = 765). Red value is 28 (11.33% from 255 or 17.83% from 157); Green value is 64 (25.39% from 255 or 40.76% from 157); Blue value is 65 (25.78% from 255 or 41.40% from 157); Max value from RGB is 65 - color contains mainly: blue. Hex color #1C4041 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1C4041 is #E3BFBE. Grayscale: #353535. Windows color (decimal): -14925759 or 4276252. OLE color: 4276252.
HSL color Cylindrical-coordinate representation of color #1C4041: hue angle of 181.62º 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 #1C4041 is Cyan = 0.57, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 28 | 64 | 65 | - |
| CMYK | 0.57 | 0.02 | 0 | 0.75 |
| HSL | 181.62º | 0.4% | 0.18% | - |
| HSV(B) | 181.62º | 0.57% | 0.25% | - |
| XYZ | 3.27 | 4.3 | 5.66 | - |
| YUV | 53.35 | 134.57 | 109.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 64 | 65 | 0.57 | 0.02 | 0 | 0.75 | 181.62 | 0.4 | 0.18 |
| Hex | 1C | 40 | 41 | 39 | 2 | 0 | 4B | B6 | 28 | 12 |
| Octal | 34 | 100 | 101 | 71 | 2 | 0 | 113 | 266 | 50 | 22 |
| Binary | 11100 | 1000000 | 1000001 | 111001 | 10 | 0 | 1001011 | 10110110 | 101000 | 10010 |
Color Harmonies of #1C4041
Complementary color
Monochromatic Colors of #1C4041
Black with #1C4041
Text Example
Text Example
White with #1C4041
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1C4041; }
p { color: rgb(28,64,65); }
H1.HeaderClassName
{
color: #1C4041;
}
.AnyTagClassName
{
color: #1C4041;
}
</style>
background-color css
<style>
a { background-color: #1C4041; }
a { background-color: rgb(28,64,65); }
div.DivClassName
{
background-color: #1C4041;
}
.BgClassName
{
background-color: #1C4041;
}
</style>
border-color css
<style>
span { border-color: #1C4041; }
span { border-color: rgb(28,64,65); }
td.TdClassName
{
border-color: #1C4041;
}
.TagClassName
{
border-color: #1C4041;
}
</style>