Shades of Tarawera #1B3A47
Tints of Tarawera #1B3A47
RGB
CMYK
RGB Variations
Color information
#1B3A47 (or 0x1B3A47) is known color: Tarawera. HEX triplet: 1B, 3A and 47. RGB value is (27,58,71). Sum of RGB (Red+Green+Blue) = 27+58+71=156 (20% of max value = 765). Red value is 27 (10.94% from 255 or 17.31% from 156); Green value is 58 (23.05% from 255 or 37.18% from 156); Blue value is 71 (28.12% from 255 or 45.51% from 156); Max value from RGB is 71 - color contains mainly: blue. Hex color #1B3A47 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1B3A47 is #E4C5B8. Grayscale: #323232. Windows color (decimal): -14992825 or 4667931. OLE color: 4667931.
HSL color Cylindrical-coordinate representation of color #1B3A47: hue angle of 197.73º degrees, saturation: 0.45, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #1B3A47 is Cyan = 0.62, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 27 | 58 | 71 | - |
| CMYK | 0.62 | 0.18 | 0 | 0.72 |
| HSL | 197.73º | 0.45% | 0.19% | - |
| HSV(B) | 197.73º | 0.62% | 0.28% | - |
| XYZ | 3.1 | 3.71 | 6.51 | - |
| YUV | 50.21 | 139.73 | 111.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 58 | 71 | 0.62 | 0.18 | 0 | 0.72 | 197.73 | 0.45 | 0.19 |
| Hex | 1B | 3A | 47 | 3E | 12 | 0 | 48 | C6 | 2D | 13 |
| Octal | 33 | 72 | 107 | 76 | 22 | 0 | 110 | 306 | 55 | 23 |
| Binary | 11011 | 111010 | 1000111 | 111110 | 10010 | 0 | 1001000 | 11000110 | 101101 | 10011 |
Color Harmonies of #1B3A47
Complementary color
Monochromatic Colors of #1B3A47
Black with #1B3A47
Text Example
Text Example
White with #1B3A47
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1B3A47; }
p { color: rgb(27,58,71); }
H1.HeaderClassName
{
color: #1B3A47;
}
.AnyTagClassName
{
color: #1B3A47;
}
</style>
background-color css
<style>
a { background-color: #1B3A47; }
a { background-color: rgb(27,58,71); }
div.DivClassName
{
background-color: #1B3A47;
}
.BgClassName
{
background-color: #1B3A47;
}
</style>
border-color css
<style>
span { border-color: #1B3A47; }
span { border-color: rgb(27,58,71); }
td.TdClassName
{
border-color: #1B3A47;
}
.TagClassName
{
border-color: #1B3A47;
}
</style>