Shades of Tarawera #213B43
Tints of Tarawera #213B43
RGB
CMYK
RGB Variations
Color information
#213B43 (or 0x213B43) is known color: Tarawera. HEX triplet: 21, 3B and 43. RGB value is (33,59,67). Sum of RGB (Red+Green+Blue) = 33+59+67=159 (21% of max value = 765). Red value is 33 (13.28% from 255 or 20.75% from 159); Green value is 59 (23.44% from 255 or 37.11% from 159); Blue value is 67 (26.56% from 255 or 42.14% from 159); Max value from RGB is 67 - color contains mainly: blue. Hex color #213B43 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #213B43 is #DEC4BC. Grayscale: #343434. Windows color (decimal): -14599357 or 4406049. OLE color: 4406049.
HSL color Cylindrical-coordinate representation of color #213B43: hue angle of 194.12º degrees, saturation: 0.34, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #213B43 is Cyan = 0.51, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 33 | 59 | 67 | - |
| CMYK | 0.51 | 0.12 | 0 | 0.74 |
| HSL | 194.12º | 0.34% | 0.2% | - |
| HSV(B) | 194.12º | 0.51% | 0.26% | - |
| XYZ | 3.2 | 3.86 | 5.89 | - |
| YUV | 52.14 | 136.39 | 114.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 59 | 67 | 0.51 | 0.12 | 0 | 0.74 | 194.12 | 0.34 | 0.2 |
| Hex | 21 | 3B | 43 | 33 | C | 0 | 4A | C2 | 22 | 14 |
| Octal | 41 | 73 | 103 | 63 | 14 | 0 | 112 | 302 | 42 | 24 |
| Binary | 100001 | 111011 | 1000011 | 110011 | 1100 | 0 | 1001010 | 11000010 | 100010 | 10100 |
Color Harmonies of #213B43
Complementary color
Monochromatic Colors of #213B43
Black with #213B43
Text Example
Text Example
White with #213B43
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #213B43; }
p { color: rgb(33,59,67); }
H1.HeaderClassName
{
color: #213B43;
}
.AnyTagClassName
{
color: #213B43;
}
</style>
background-color css
<style>
a { background-color: #213B43; }
a { background-color: rgb(33,59,67); }
div.DivClassName
{
background-color: #213B43;
}
.BgClassName
{
background-color: #213B43;
}
</style>
border-color css
<style>
span { border-color: #213B43; }
span { border-color: rgb(33,59,67); }
td.TdClassName
{
border-color: #213B43;
}
.TagClassName
{
border-color: #213B43;
}
</style>