Shades of Tangaroa #1F2D38
Tints of Tangaroa #1F2D38
RGB
CMYK
RGB Variations
Color information
#1F2D38 (or 0x1F2D38) is known color: Tangaroa. HEX triplet: 1F, 2D and 38. RGB value is (31,45,56). Sum of RGB (Red+Green+Blue) = 31+45+56=132 (17% of max value = 765). Red value is 31 (12.5% from 255 or 23.48% from 132); Green value is 45 (17.97% from 255 or 34.09% from 132); Blue value is 56 (22.27% from 255 or 42.42% from 132); Max value from RGB is 56 - color contains mainly: blue. Hex color #1F2D38 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1F2D38 is #E0D2C7. Grayscale: #2A2A2A. Windows color (decimal): -14734024 or 3681567. OLE color: 3681567.
HSL color Cylindrical-coordinate representation of color #1F2D38: hue angle of 206.4º degrees, saturation: 0.29, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #1F2D38 is Cyan = 0.45, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 31 | 45 | 56 | - |
| CMYK | 0.45 | 0.20 | 0 | 0.78 |
| HSL | 206.4º | 0.29% | 0.17% | - |
| HSV(B) | 206.4º | 0.45% | 0.22% | - |
| XYZ | 2.22 | 2.45 | 4.1 | - |
| YUV | 42.07 | 135.86 | 120.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 45 | 56 | 0.45 | 0.20 | 0 | 0.78 | 206.4 | 0.29 | 0.17 |
| Hex | 1F | 2D | 38 | 2D | 14 | 0 | 4E | CE | 1D | 11 |
| Octal | 37 | 55 | 70 | 55 | 24 | 0 | 116 | 316 | 35 | 21 |
| Binary | 11111 | 101101 | 111000 | 101101 | 10100 | 0 | 1001110 | 11001110 | 11101 | 10001 |
Color Harmonies of #1F2D38
Complementary color
Monochromatic Colors of #1F2D38
Black with #1F2D38
Text Example
Text Example
White with #1F2D38
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F2D38; }
p { color: rgb(31,45,56); }
H1.HeaderClassName
{
color: #1F2D38;
}
.AnyTagClassName
{
color: #1F2D38;
}
</style>
background-color css
<style>
a { background-color: #1F2D38; }
a { background-color: rgb(31,45,56); }
div.DivClassName
{
background-color: #1F2D38;
}
.BgClassName
{
background-color: #1F2D38;
}
</style>
border-color css
<style>
span { border-color: #1F2D38; }
span { border-color: rgb(31,45,56); }
td.TdClassName
{
border-color: #1F2D38;
}
.TagClassName
{
border-color: #1F2D38;
}
</style>