Shades of Tarawera #283B42
Tints of Tarawera #283B42
RGB
CMYK
RGB Variations
Color information
#283B42 (or 0x283B42) is known color: Tarawera. HEX triplet: 28, 3B and 42. RGB value is (40,59,66). Sum of RGB (Red+Green+Blue) = 40+59+66=165 (21% of max value = 765). Red value is 40 (16.02% from 255 or 24.24% from 165); Green value is 59 (23.44% from 255 or 35.76% from 165); Blue value is 66 (26.17% from 255 or 40% from 165); Max value from RGB is 66 - color contains mainly: blue. Hex color #283B42 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #283B42 is #D7C4BD. Grayscale: #363636. Windows color (decimal): -14140606 or 4340520. OLE color: 4340520.
HSL color Cylindrical-coordinate representation of color #283B42: hue angle of 196.15º degrees, saturation: 0.25, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #283B42 is Cyan = 0.39, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 40 | 59 | 66 | - |
| CMYK | 0.39 | 0.11 | 0 | 0.74 |
| HSL | 196.15º | 0.25% | 0.21% | - |
| HSV(B) | 196.15º | 0.39% | 0.26% | - |
| XYZ | 3.42 | 3.97 | 5.74 | - |
| YUV | 54.12 | 134.71 | 117.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 59 | 66 | 0.39 | 0.11 | 0 | 0.74 | 196.15 | 0.25 | 0.21 |
| Hex | 28 | 3B | 42 | 27 | B | 0 | 4A | C4 | 19 | 15 |
| Octal | 50 | 73 | 102 | 47 | 13 | 0 | 112 | 304 | 31 | 25 |
| Binary | 101000 | 111011 | 1000010 | 100111 | 1011 | 0 | 1001010 | 11000100 | 11001 | 10101 |
Color Harmonies of #283B42
Complementary color
Monochromatic Colors of #283B42
Black with #283B42
Text Example
Text Example
White with #283B42
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #283B42; }
p { color: rgb(40,59,66); }
H1.HeaderClassName
{
color: #283B42;
}
.AnyTagClassName
{
color: #283B42;
}
</style>
background-color css
<style>
a { background-color: #283B42; }
a { background-color: rgb(40,59,66); }
div.DivClassName
{
background-color: #283B42;
}
.BgClassName
{
background-color: #283B42;
}
</style>
border-color css
<style>
span { border-color: #283B42; }
span { border-color: rgb(40,59,66); }
td.TdClassName
{
border-color: #283B42;
}
.TagClassName
{
border-color: #283B42;
}
</style>