Shades of Tangaroa #1F2D37
Tints of Tangaroa #1F2D37
RGB
CMYK
RGB Variations
Color information
#1F2D37 (or 0x1F2D37) is known color: Tangaroa. HEX triplet: 1F, 2D and 37. RGB value is (31,45,55). Sum of RGB (Red+Green+Blue) = 31+45+55=131 (17% of max value = 765). Red value is 31 (12.5% from 255 or 23.66% from 131); Green value is 45 (17.97% from 255 or 34.35% from 131); Blue value is 55 (21.88% from 255 or 41.98% from 131); Max value from RGB is 55 - color contains mainly: blue. Hex color #1F2D37 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1F2D37 is #E0D2C8. Grayscale: #292929. Windows color (decimal): -14734025 or 3616031. OLE color: 3616031.
HSL color Cylindrical-coordinate representation of color #1F2D37: hue angle of 205º degrees, saturation: 0.28, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #1F2D37 is Cyan = 0.44, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 31 | 45 | 55 | - |
| CMYK | 0.44 | 0.18 | 0 | 0.78 |
| HSL | 205º | 0.28% | 0.17% | - |
| HSV(B) | 205º | 0.44% | 0.22% | - |
| XYZ | 2.19 | 2.44 | 3.97 | - |
| YUV | 41.95 | 135.36 | 120.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 45 | 55 | 0.44 | 0.18 | 0 | 0.78 | 205 | 0.28 | 0.17 |
| Hex | 1F | 2D | 37 | 2C | 12 | 0 | 4E | CD | 1C | 11 |
| Octal | 37 | 55 | 67 | 54 | 22 | 0 | 116 | 315 | 34 | 21 |
| Binary | 11111 | 101101 | 110111 | 101100 | 10010 | 0 | 1001110 | 11001101 | 11100 | 10001 |
Color Harmonies of #1F2D37
Complementary color
Monochromatic Colors of #1F2D37
Black with #1F2D37
Text Example
Text Example
White with #1F2D37
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F2D37; }
p { color: rgb(31,45,55); }
H1.HeaderClassName
{
color: #1F2D37;
}
.AnyTagClassName
{
color: #1F2D37;
}
</style>
background-color css
<style>
a { background-color: #1F2D37; }
a { background-color: rgb(31,45,55); }
div.DivClassName
{
background-color: #1F2D37;
}
.BgClassName
{
background-color: #1F2D37;
}
</style>
border-color css
<style>
span { border-color: #1F2D37; }
span { border-color: rgb(31,45,55); }
td.TdClassName
{
border-color: #1F2D37;
}
.TagClassName
{
border-color: #1F2D37;
}
</style>