Shades of Tangaroa #1C2D37
Tints of Tangaroa #1C2D37
RGB
CMYK
RGB Variations
Color information
#1C2D37 (or 0x1C2D37) is known color: Tangaroa. HEX triplet: 1C, 2D and 37. RGB value is (28,45,55). Sum of RGB (Red+Green+Blue) = 28+45+55=128 (16% of max value = 765). Red value is 28 (11.33% from 255 or 21.88% from 128); Green value is 45 (17.97% from 255 or 35.16% from 128); Blue value is 55 (21.88% from 255 or 42.97% from 128); Max value from RGB is 55 - color contains mainly: blue. Hex color #1C2D37 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1C2D37 is #E3D2C8. Grayscale: #282828. Windows color (decimal): -14930633 or 3616028. OLE color: 3616028.
HSL color Cylindrical-coordinate representation of color #1C2D37: hue angle of 202.22º degrees, saturation: 0.33, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #1C2D37 is Cyan = 0.49, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 28 | 45 | 55 | - |
| CMYK | 0.49 | 0.18 | 0 | 0.78 |
| HSL | 202.22º | 0.33% | 0.16% | - |
| HSV(B) | 202.22º | 0.49% | 0.22% | - |
| XYZ | 2.11 | 2.4 | 3.97 | - |
| YUV | 41.06 | 135.87 | 118.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 45 | 55 | 0.49 | 0.18 | 0 | 0.78 | 202.22 | 0.33 | 0.16 |
| Hex | 1C | 2D | 37 | 31 | 12 | 0 | 4E | CA | 21 | 10 |
| Octal | 34 | 55 | 67 | 61 | 22 | 0 | 116 | 312 | 41 | 20 |
| Binary | 11100 | 101101 | 110111 | 110001 | 10010 | 0 | 1001110 | 11001010 | 100001 | 10000 |
Color Harmonies of #1C2D37
Complementary color
Monochromatic Colors of #1C2D37
Black with #1C2D37
Text Example
Text Example
White with #1C2D37
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1C2D37; }
p { color: rgb(28,45,55); }
H1.HeaderClassName
{
color: #1C2D37;
}
.AnyTagClassName
{
color: #1C2D37;
}
</style>
background-color css
<style>
a { background-color: #1C2D37; }
a { background-color: rgb(28,45,55); }
div.DivClassName
{
background-color: #1C2D37;
}
.BgClassName
{
background-color: #1C2D37;
}
</style>
border-color css
<style>
span { border-color: #1C2D37; }
span { border-color: rgb(28,45,55); }
td.TdClassName
{
border-color: #1C2D37;
}
.TagClassName
{
border-color: #1C2D37;
}
</style>