Shades of Tarawera #203B43
Tints of Tarawera #203B43
RGB
CMYK
RGB Variations
Color information
#203B43 (or 0x203B43) is known color: Tarawera. HEX triplet: 20, 3B and 43. RGB value is (32,59,67). Sum of RGB (Red+Green+Blue) = 32+59+67=158 (20% of max value = 765). Red value is 32 (12.89% from 255 or 20.25% from 158); Green value is 59 (23.44% from 255 or 37.34% from 158); Blue value is 67 (26.56% from 255 or 42.41% from 158); Max value from RGB is 67 - color contains mainly: blue. Hex color #203B43 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #203B43 is #DFC4BC. Grayscale: #333333. Windows color (decimal): -14664893 or 4406048. OLE color: 4406048.
HSL color Cylindrical-coordinate representation of color #203B43: hue angle of 193.71º degrees, saturation: 0.35, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #203B43 is Cyan = 0.52, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 32 | 59 | 67 | - |
| CMYK | 0.52 | 0.12 | 0 | 0.74 |
| HSL | 193.71º | 0.35% | 0.19% | - |
| HSV(B) | 193.71º | 0.52% | 0.26% | - |
| XYZ | 3.17 | 3.84 | 5.88 | - |
| YUV | 51.84 | 136.55 | 113.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 59 | 67 | 0.52 | 0.12 | 0 | 0.74 | 193.71 | 0.35 | 0.19 |
| Hex | 20 | 3B | 43 | 34 | C | 0 | 4A | C2 | 23 | 13 |
| Octal | 40 | 73 | 103 | 64 | 14 | 0 | 112 | 302 | 43 | 23 |
| Binary | 100000 | 111011 | 1000011 | 110100 | 1100 | 0 | 1001010 | 11000010 | 100011 | 10011 |
Color Harmonies of #203B43
Complementary color
Monochromatic Colors of #203B43
Black with #203B43
Text Example
Text Example
White with #203B43
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #203B43; }
p { color: rgb(32,59,67); }
H1.HeaderClassName
{
color: #203B43;
}
.AnyTagClassName
{
color: #203B43;
}
</style>
background-color css
<style>
a { background-color: #203B43; }
a { background-color: rgb(32,59,67); }
div.DivClassName
{
background-color: #203B43;
}
.BgClassName
{
background-color: #203B43;
}
</style>
border-color css
<style>
span { border-color: #203B43; }
span { border-color: rgb(32,59,67); }
td.TdClassName
{
border-color: #203B43;
}
.TagClassName
{
border-color: #203B43;
}
</style>