Shades of Tarawera #253848
Tints of Tarawera #253848
RGB
CMYK
RGB Variations
Color information
#253848 (or 0x253848) is known color: Tarawera. HEX triplet: 25, 38 and 48. RGB value is (37,56,72). Sum of RGB (Red+Green+Blue) = 37+56+72=165 (21% of max value = 765). Red value is 37 (14.84% from 255 or 22.42% from 165); Green value is 56 (22.27% from 255 or 33.94% from 165); Blue value is 72 (28.52% from 255 or 43.64% from 165); Max value from RGB is 72 - color contains mainly: blue. Hex color #253848 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #253848 is #DAC7B7. Grayscale: #343434. Windows color (decimal): -14337976 or 4732965. OLE color: 4732965.
HSL color Cylindrical-coordinate representation of color #253848: hue angle of 207.43º degrees, saturation: 0.32, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #253848 is Cyan = 0.49, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 37 | 56 | 72 | - |
| CMYK | 0.49 | 0.22 | 0 | 0.72 |
| HSL | 207.43º | 0.32% | 0.21% | - |
| HSV(B) | 207.43º | 0.49% | 0.28% | - |
| XYZ | 3.35 | 3.69 | 6.67 | - |
| YUV | 52.14 | 139.21 | 117.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 56 | 72 | 0.49 | 0.22 | 0 | 0.72 | 207.43 | 0.32 | 0.21 |
| Hex | 25 | 38 | 48 | 31 | 16 | 0 | 48 | CF | 20 | 15 |
| Octal | 45 | 70 | 110 | 61 | 26 | 0 | 110 | 317 | 40 | 25 |
| Binary | 100101 | 111000 | 1001000 | 110001 | 10110 | 0 | 1001000 | 11001111 | 100000 | 10101 |
Color Harmonies of #253848
Complementary color
Monochromatic Colors of #253848
Black with #253848
Text Example
Text Example
White with #253848
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #253848; }
p { color: rgb(37,56,72); }
H1.HeaderClassName
{
color: #253848;
}
.AnyTagClassName
{
color: #253848;
}
</style>
background-color css
<style>
a { background-color: #253848; }
a { background-color: rgb(37,56,72); }
div.DivClassName
{
background-color: #253848;
}
.BgClassName
{
background-color: #253848;
}
</style>
border-color css
<style>
span { border-color: #253848; }
span { border-color: rgb(37,56,72); }
td.TdClassName
{
border-color: #253848;
}
.TagClassName
{
border-color: #253848;
}
</style>