Shades of Tangaroa #253139
Tints of Tangaroa #253139
RGB
CMYK
RGB Variations
Color information
#253139 (or 0x253139) is known color: Tangaroa. HEX triplet: 25, 31 and 39. RGB value is (37,49,57). Sum of RGB (Red+Green+Blue) = 37+49+57=143 (18% of max value = 765). Red value is 37 (14.84% from 255 or 25.87% from 143); Green value is 49 (19.53% from 255 or 34.27% from 143); Blue value is 57 (22.66% from 255 or 39.86% from 143); Max value from RGB is 57 - color contains mainly: blue. Hex color #253139 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #253139 is #DACEC6. Grayscale: #2E2E2E. Windows color (decimal): -14339783 or 3748133. OLE color: 3748133.
HSL color Cylindrical-coordinate representation of color #253139: hue angle of 204º degrees, saturation: 0.21, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #253139 is Cyan = 0.35, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 37 | 49 | 57 | - |
| CMYK | 0.35 | 0.14 | 0 | 0.78 |
| HSL | 204º | 0.21% | 0.18% | - |
| HSV(B) | 204º | 0.35% | 0.22% | - |
| XYZ | 2.6 | 2.89 | 4.29 | - |
| YUV | 46.32 | 134.02 | 121.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 49 | 57 | 0.35 | 0.14 | 0 | 0.78 | 204 | 0.21 | 0.18 |
| Hex | 25 | 31 | 39 | 23 | E | 0 | 4E | CC | 15 | 12 |
| Octal | 45 | 61 | 71 | 43 | 16 | 0 | 116 | 314 | 25 | 22 |
| Binary | 100101 | 110001 | 111001 | 100011 | 1110 | 0 | 1001110 | 11001100 | 10101 | 10010 |
Color Harmonies of #253139
Complementary color
Monochromatic Colors of #253139
Black with #253139
Text Example
Text Example
White with #253139
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #253139; }
p { color: rgb(37,49,57); }
H1.HeaderClassName
{
color: #253139;
}
.AnyTagClassName
{
color: #253139;
}
</style>
background-color css
<style>
a { background-color: #253139; }
a { background-color: rgb(37,49,57); }
div.DivClassName
{
background-color: #253139;
}
.BgClassName
{
background-color: #253139;
}
</style>
border-color css
<style>
span { border-color: #253139; }
span { border-color: rgb(37,49,57); }
td.TdClassName
{
border-color: #253139;
}
.TagClassName
{
border-color: #253139;
}
</style>