Shades of Tarawera #1C3B49
Tints of Tarawera #1C3B49
RGB
CMYK
RGB Variations
Color information
#1C3B49 (or 0x1C3B49) is known color: Tarawera. HEX triplet: 1C, 3B and 49. RGB value is (28,59,73). Sum of RGB (Red+Green+Blue) = 28+59+73=160 (21% of max value = 765). Red value is 28 (11.33% from 255 or 17.5% from 160); Green value is 59 (23.44% from 255 or 36.88% from 160); Blue value is 73 (28.91% from 255 or 45.62% from 160); Max value from RGB is 73 - color contains mainly: blue. Hex color #1C3B49 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1C3B49 is #E3C4B6. Grayscale: #333333. Windows color (decimal): -14927031 or 4799260. OLE color: 4799260.
HSL color Cylindrical-coordinate representation of color #1C3B49: hue angle of 198.67º degrees, saturation: 0.45, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #1C3B49 is Cyan = 0.62, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 28 | 59 | 73 | - |
| CMYK | 0.62 | 0.19 | 0 | 0.71 |
| HSL | 198.67º | 0.45% | 0.2% | - |
| HSV(B) | 198.67º | 0.62% | 0.29% | - |
| XYZ | 3.25 | 3.86 | 6.88 | - |
| YUV | 51.33 | 140.23 | 111.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 59 | 73 | 0.62 | 0.19 | 0 | 0.71 | 198.67 | 0.45 | 0.2 |
| Hex | 1C | 3B | 49 | 3E | 13 | 0 | 47 | C7 | 2D | 14 |
| Octal | 34 | 73 | 111 | 76 | 23 | 0 | 107 | 307 | 55 | 24 |
| Binary | 11100 | 111011 | 1001001 | 111110 | 10011 | 0 | 1000111 | 11000111 | 101101 | 10100 |
Color Harmonies of #1C3B49
Complementary color
Monochromatic Colors of #1C3B49
Black with #1C3B49
Text Example
Text Example
White with #1C3B49
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1C3B49; }
p { color: rgb(28,59,73); }
H1.HeaderClassName
{
color: #1C3B49;
}
.AnyTagClassName
{
color: #1C3B49;
}
</style>
background-color css
<style>
a { background-color: #1C3B49; }
a { background-color: rgb(28,59,73); }
div.DivClassName
{
background-color: #1C3B49;
}
.BgClassName
{
background-color: #1C3B49;
}
</style>
border-color css
<style>
span { border-color: #1C3B49; }
span { border-color: rgb(28,59,73); }
td.TdClassName
{
border-color: #1C3B49;
}
.TagClassName
{
border-color: #1C3B49;
}
</style>