Shades of Tarawera #25394A
Tints of Tarawera #25394A
RGB
CMYK
RGB Variations
Color information
#25394A (or 0x25394A) is known color: Tarawera. HEX triplet: 25, 39 and 4A. RGB value is (37,57,74). Sum of RGB (Red+Green+Blue) = 37+57+74=168 (22% of max value = 765). Red value is 37 (14.84% from 255 or 22.02% from 168); Green value is 57 (22.66% from 255 or 33.93% from 168); Blue value is 74 (29.30% from 255 or 44.05% from 168); Max value from RGB is 74 - color contains mainly: blue. Hex color #25394A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #25394A is #DAC6B5. Grayscale: #343434. Windows color (decimal): -14337718 or 4864293. OLE color: 4864293.
HSL color Cylindrical-coordinate representation of color #25394A: hue angle of 207.57º degrees, saturation: 0.33, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #25394A is Cyan = 0.50, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 37 | 57 | 74 | - |
| CMYK | 0.50 | 0.23 | 0 | 0.71 |
| HSL | 207.57º | 0.33% | 0.22% | - |
| HSV(B) | 207.57º | 0.5% | 0.29% | - |
| XYZ | 3.46 | 3.81 | 7.03 | - |
| YUV | 52.96 | 139.87 | 116.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 57 | 74 | 0.50 | 0.23 | 0 | 0.71 | 207.57 | 0.33 | 0.22 |
| Hex | 25 | 39 | 4A | 32 | 17 | 0 | 47 | D0 | 21 | 16 |
| Octal | 45 | 71 | 112 | 62 | 27 | 0 | 107 | 320 | 41 | 26 |
| Binary | 100101 | 111001 | 1001010 | 110010 | 10111 | 0 | 1000111 | 11010000 | 100001 | 10110 |
Color Harmonies of #25394A
Complementary color
Monochromatic Colors of #25394A
Black with #25394A
Text Example
Text Example
White with #25394A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #25394A; }
p { color: rgb(37,57,74); }
H1.HeaderClassName
{
color: #25394A;
}
.AnyTagClassName
{
color: #25394A;
}
</style>
background-color css
<style>
a { background-color: #25394A; }
a { background-color: rgb(37,57,74); }
div.DivClassName
{
background-color: #25394A;
}
.BgClassName
{
background-color: #25394A;
}
</style>
border-color css
<style>
span { border-color: #25394A; }
span { border-color: rgb(37,57,74); }
td.TdClassName
{
border-color: #25394A;
}
.TagClassName
{
border-color: #25394A;
}
</style>