Shades of Tangaroa #242F37
Tints of Tangaroa #242F37
RGB
CMYK
RGB Variations
Color information
#242F37 (or 0x242F37) is known color: Tangaroa. HEX triplet: 24, 2F and 37. RGB value is (36,47,55). Sum of RGB (Red+Green+Blue) = 36+47+55=138 (18% of max value = 765). Red value is 36 (14.45% from 255 or 26.09% from 138); Green value is 47 (18.75% from 255 or 34.06% from 138); Blue value is 55 (21.88% from 255 or 39.86% from 138); Max value from RGB is 55 - color contains mainly: blue. Hex color #242F37 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #242F37 is #DBD0C8. Grayscale: #2C2C2C. Windows color (decimal): -14405833 or 3616548. OLE color: 3616548.
HSL color Cylindrical-coordinate representation of color #242F37: hue angle of 205.26º 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 #242F37 is Cyan = 0.35, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 36 | 47 | 55 | - |
| CMYK | 0.35 | 0.15 | 0 | 0.78 |
| HSL | 205.26º | 0.21% | 0.18% | - |
| HSV(B) | 205.26º | 0.35% | 0.22% | - |
| XYZ | 2.43 | 2.68 | 4 | - |
| YUV | 44.62 | 133.86 | 121.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 47 | 55 | 0.35 | 0.15 | 0 | 0.78 | 205.26 | 0.21 | 0.18 |
| Hex | 24 | 2F | 37 | 23 | F | 0 | 4E | CD | 15 | 12 |
| Octal | 44 | 57 | 67 | 43 | 17 | 0 | 116 | 315 | 25 | 22 |
| Binary | 100100 | 101111 | 110111 | 100011 | 1111 | 0 | 1001110 | 11001101 | 10101 | 10010 |
Color Harmonies of #242F37
Complementary color
Monochromatic Colors of #242F37
Black with #242F37
Text Example
Text Example
White with #242F37
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #242F37; }
p { color: rgb(36,47,55); }
H1.HeaderClassName
{
color: #242F37;
}
.AnyTagClassName
{
color: #242F37;
}
</style>
background-color css
<style>
a { background-color: #242F37; }
a { background-color: rgb(36,47,55); }
div.DivClassName
{
background-color: #242F37;
}
.BgClassName
{
background-color: #242F37;
}
</style>
border-color css
<style>
span { border-color: #242F37; }
span { border-color: rgb(36,47,55); }
td.TdClassName
{
border-color: #242F37;
}
.TagClassName
{
border-color: #242F37;
}
</style>