Shades of Tarawera #203947
Tints of Tarawera #203947
RGB
CMYK
RGB Variations
Color information
#203947 (or 0x203947) is known color: Tarawera. HEX triplet: 20, 39 and 47. RGB value is (32,57,71). Sum of RGB (Red+Green+Blue) = 32+57+71=160 (21% of max value = 765). Red value is 32 (12.89% from 255 or 20% from 160); Green value is 57 (22.66% from 255 or 35.62% from 160); Blue value is 71 (28.12% from 255 or 44.38% from 160); Max value from RGB is 71 - color contains mainly: blue. Hex color #203947 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #203947 is #DFC6B8. Grayscale: #333333. Windows color (decimal): -14665401 or 4667680. OLE color: 4667680.
HSL color Cylindrical-coordinate representation of color #203947: hue angle of 201.54º degrees, saturation: 0.38, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #203947 is Cyan = 0.55, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 32 | 57 | 71 | - |
| CMYK | 0.55 | 0.20 | 0 | 0.72 |
| HSL | 201.54º | 0.38% | 0.2% | - |
| HSV(B) | 201.54º | 0.55% | 0.28% | - |
| XYZ | 3.2 | 3.69 | 6.5 | - |
| YUV | 51.12 | 139.22 | 114.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 57 | 71 | 0.55 | 0.20 | 0 | 0.72 | 201.54 | 0.38 | 0.2 |
| Hex | 20 | 39 | 47 | 37 | 14 | 0 | 48 | CA | 26 | 14 |
| Octal | 40 | 71 | 107 | 67 | 24 | 0 | 110 | 312 | 46 | 24 |
| Binary | 100000 | 111001 | 1000111 | 110111 | 10100 | 0 | 1001000 | 11001010 | 100110 | 10100 |
Color Harmonies of #203947
Complementary color
Monochromatic Colors of #203947
Black with #203947
Text Example
Text Example
White with #203947
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #203947; }
p { color: rgb(32,57,71); }
H1.HeaderClassName
{
color: #203947;
}
.AnyTagClassName
{
color: #203947;
}
</style>
background-color css
<style>
a { background-color: #203947; }
a { background-color: rgb(32,57,71); }
div.DivClassName
{
background-color: #203947;
}
.BgClassName
{
background-color: #203947;
}
</style>
border-color css
<style>
span { border-color: #203947; }
span { border-color: rgb(32,57,71); }
td.TdClassName
{
border-color: #203947;
}
.TagClassName
{
border-color: #203947;
}
</style>