Shades of Tiber #1C4341
Tints of Tiber #1C4341
RGB
CMYK
RGB Variations
Color information
#1C4341 (or 0x1C4341) is known color: Tiber. HEX triplet: 1C, 43 and 41. RGB value is (28,67,65). Sum of RGB (Red+Green+Blue) = 28+67+65=160 (21% of max value = 765). Red value is 28 (11.33% from 255 or 17.5% from 160); Green value is 67 (26.56% from 255 or 41.88% from 160); Blue value is 65 (25.78% from 255 or 40.62% from 160); Max value from RGB is 67 - color contains mainly: green. Hex color #1C4341 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1C4341 is #E3BCBE. Grayscale: #373737. Windows color (decimal): -14924991 or 4277020. OLE color: 4277020.
HSL color Cylindrical-coordinate representation of color #1C4341: hue angle of 176.92º degrees, saturation: 0.41, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #1C4341 is Cyan = 0.58, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 28 | 67 | 65 | - |
| CMYK | 0.58 | 0 | 0.03 | 0.74 |
| HSL | 176.92º | 0.41% | 0.19% | - |
| HSV(B) | 176.92º | 0.58% | 0.26% | - |
| XYZ | 3.44 | 4.64 | 5.72 | - |
| YUV | 55.11 | 133.58 | 108.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 67 | 65 | 0.58 | 0 | 0.03 | 0.74 | 176.92 | 0.41 | 0.19 |
| Hex | 1C | 43 | 41 | 3A | 0 | 3 | 4A | B1 | 29 | 13 |
| Octal | 34 | 103 | 101 | 72 | 0 | 3 | 112 | 261 | 51 | 23 |
| Binary | 11100 | 1000011 | 1000001 | 111010 | 0 | 11 | 1001010 | 10110001 | 101001 | 10011 |
Color Harmonies of #1C4341
Complementary color
Monochromatic Colors of #1C4341
Black with #1C4341
Text Example
Text Example
White with #1C4341
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1C4341; }
p { color: rgb(28,67,65); }
H1.HeaderClassName
{
color: #1C4341;
}
.AnyTagClassName
{
color: #1C4341;
}
</style>
background-color css
<style>
a { background-color: #1C4341; }
a { background-color: rgb(28,67,65); }
div.DivClassName
{
background-color: #1C4341;
}
.BgClassName
{
background-color: #1C4341;
}
</style>
border-color css
<style>
span { border-color: #1C4341; }
span { border-color: rgb(28,67,65); }
td.TdClassName
{
border-color: #1C4341;
}
.TagClassName
{
border-color: #1C4341;
}
</style>