Shades of Tarawera #283D45
Tints of Tarawera #283D45
RGB
CMYK
RGB Variations
Color information
#283D45 (or 0x283D45) is known color: Tarawera. HEX triplet: 28, 3D and 45. RGB value is (40,61,69). Sum of RGB (Red+Green+Blue) = 40+61+69=170 (22% of max value = 765). Red value is 40 (16.02% from 255 or 23.53% from 170); Green value is 61 (24.22% from 255 or 35.88% from 170); Blue value is 69 (27.34% from 255 or 40.59% from 170); Max value from RGB is 69 - color contains mainly: blue. Hex color #283D45 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #283D45 is #D7C2BA. Grayscale: #373737. Windows color (decimal): -14140091 or 4537640. OLE color: 4537640.
HSL color Cylindrical-coordinate representation of color #283D45: hue angle of 196.55º degrees, saturation: 0.27, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #283D45 is Cyan = 0.42, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 40 | 61 | 69 | - |
| CMYK | 0.42 | 0.12 | 0 | 0.73 |
| HSL | 196.55º | 0.27% | 0.21% | - |
| HSV(B) | 196.55º | 0.42% | 0.27% | - |
| XYZ | 3.62 | 4.22 | 6.25 | - |
| YUV | 55.63 | 135.54 | 116.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 61 | 69 | 0.42 | 0.12 | 0 | 0.73 | 196.55 | 0.27 | 0.21 |
| Hex | 28 | 3D | 45 | 2A | C | 0 | 49 | C5 | 1B | 15 |
| Octal | 50 | 75 | 105 | 52 | 14 | 0 | 111 | 305 | 33 | 25 |
| Binary | 101000 | 111101 | 1000101 | 101010 | 1100 | 0 | 1001001 | 11000101 | 11011 | 10101 |
Color Harmonies of #283D45
Complementary color
Monochromatic Colors of #283D45
Black with #283D45
Text Example
Text Example
White with #283D45
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #283D45; }
p { color: rgb(40,61,69); }
H1.HeaderClassName
{
color: #283D45;
}
.AnyTagClassName
{
color: #283D45;
}
</style>
background-color css
<style>
a { background-color: #283D45; }
a { background-color: rgb(40,61,69); }
div.DivClassName
{
background-color: #283D45;
}
.BgClassName
{
background-color: #283D45;
}
</style>
border-color css
<style>
span { border-color: #283D45; }
span { border-color: rgb(40,61,69); }
td.TdClassName
{
border-color: #283D45;
}
.TagClassName
{
border-color: #283D45;
}
</style>