Shades of Tangaroa #1C2C36
Tints of Tangaroa #1C2C36
RGB
CMYK
RGB Variations
Color information
#1C2C36 (or 0x1C2C36) is known color: Tangaroa. HEX triplet: 1C, 2C and 36. RGB value is (28,44,54). Sum of RGB (Red+Green+Blue) = 28+44+54=126 (16% of max value = 765). Red value is 28 (11.33% from 255 or 22.22% from 126); Green value is 44 (17.58% from 255 or 34.92% from 126); Blue value is 54 (21.48% from 255 or 42.86% from 126); Max value from RGB is 54 - color contains mainly: blue. Hex color #1C2C36 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1C2C36 is #E3D3C9. Grayscale: #282828. Windows color (decimal): -14930890 or 3550236. OLE color: 3550236.
HSL color Cylindrical-coordinate representation of color #1C2C36: hue angle of 203.08º degrees, saturation: 0.32, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #1C2C36 is Cyan = 0.48, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.79.
Color convert
| RGB | 28 | 44 | 54 | - |
| CMYK | 0.48 | 0.19 | 0 | 0.79 |
| HSL | 203.08º | 0.32% | 0.16% | - |
| HSV(B) | 203.08º | 0.48% | 0.21% | - |
| XYZ | 2.05 | 2.31 | 3.83 | - |
| YUV | 40.36 | 135.7 | 119.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 44 | 54 | 0.48 | 0.19 | 0 | 0.79 | 203.08 | 0.32 | 0.16 |
| Hex | 1C | 2C | 36 | 30 | 13 | 0 | 4F | CB | 20 | 10 |
| Octal | 34 | 54 | 66 | 60 | 23 | 0 | 117 | 313 | 40 | 20 |
| Binary | 11100 | 101100 | 110110 | 110000 | 10011 | 0 | 1001111 | 11001011 | 100000 | 10000 |
Color Harmonies of #1C2C36
Complementary color
Monochromatic Colors of #1C2C36
Black with #1C2C36
Text Example
Text Example
White with #1C2C36
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1C2C36; }
p { color: rgb(28,44,54); }
H1.HeaderClassName
{
color: #1C2C36;
}
.AnyTagClassName
{
color: #1C2C36;
}
</style>
background-color css
<style>
a { background-color: #1C2C36; }
a { background-color: rgb(28,44,54); }
div.DivClassName
{
background-color: #1C2C36;
}
.BgClassName
{
background-color: #1C2C36;
}
</style>
border-color css
<style>
span { border-color: #1C2C36; }
span { border-color: rgb(28,44,54); }
td.TdClassName
{
border-color: #1C2C36;
}
.TagClassName
{
border-color: #1C2C36;
}
</style>