Shades of Tarawera #283848
Tints of Tarawera #283848
RGB
CMYK
RGB Variations
Color information
#283848 (or 0x283848) is known color: Tarawera. HEX triplet: 28, 38 and 48. RGB value is (40,56,72). Sum of RGB (Red+Green+Blue) = 40+56+72=168 (22% of max value = 765). Red value is 40 (16.02% from 255 or 23.81% from 168); Green value is 56 (22.27% from 255 or 33.33% from 168); Blue value is 72 (28.52% from 255 or 42.86% from 168); Max value from RGB is 72 - color contains mainly: blue. Hex color #283848 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #283848 is #D7C7B7. Grayscale: #343434. Windows color (decimal): -14141368 or 4732968. OLE color: 4732968.
HSL color Cylindrical-coordinate representation of color #283848: hue angle of 210º degrees, saturation: 0.29, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #283848 is Cyan = 0.44, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 40 | 56 | 72 | - |
| CMYK | 0.44 | 0.22 | 0 | 0.72 |
| HSL | 210º | 0.29% | 0.22% | - |
| HSV(B) | 210º | 0.44% | 0.28% | - |
| XYZ | 3.46 | 3.75 | 6.67 | - |
| YUV | 53.04 | 138.7 | 118.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 56 | 72 | 0.44 | 0.22 | 0 | 0.72 | 210 | 0.29 | 0.22 |
| Hex | 28 | 38 | 48 | 2C | 16 | 0 | 48 | D2 | 1D | 16 |
| Octal | 50 | 70 | 110 | 54 | 26 | 0 | 110 | 322 | 35 | 26 |
| Binary | 101000 | 111000 | 1001000 | 101100 | 10110 | 0 | 1001000 | 11010010 | 11101 | 10110 |
Color Harmonies of #283848
Complementary color
Monochromatic Colors of #283848
Black with #283848
Text Example
Text Example
White with #283848
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #283848; }
p { color: rgb(40,56,72); }
H1.HeaderClassName
{
color: #283848;
}
.AnyTagClassName
{
color: #283848;
}
</style>
background-color css
<style>
a { background-color: #283848; }
a { background-color: rgb(40,56,72); }
div.DivClassName
{
background-color: #283848;
}
.BgClassName
{
background-color: #283848;
}
</style>
border-color css
<style>
span { border-color: #283848; }
span { border-color: rgb(40,56,72); }
td.TdClassName
{
border-color: #283848;
}
.TagClassName
{
border-color: #283848;
}
</style>