Shades of Tangaroa #1C2C38
Tints of Tangaroa #1C2C38
RGB
CMYK
RGB Variations
Color information
#1C2C38 (or 0x1C2C38) is known color: Tangaroa. HEX triplet: 1C, 2C and 38. RGB value is (28,44,56). Sum of RGB (Red+Green+Blue) = 28+44+56=128 (16% of max value = 765). Red value is 28 (11.33% from 255 or 21.88% from 128); Green value is 44 (17.58% from 255 or 34.38% from 128); Blue value is 56 (22.27% from 255 or 43.75% from 128); Max value from RGB is 56 - color contains mainly: blue. Hex color #1C2C38 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1C2C38 is #E3D3C7. Grayscale: #282828. Windows color (decimal): -14930888 or 3681308. OLE color: 3681308.
HSL color Cylindrical-coordinate representation of color #1C2C38: hue angle of 205.71º degrees, saturation: 0.33, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #1C2C38 is Cyan = 0.50, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 28 | 44 | 56 | - |
| CMYK | 0.50 | 0.21 | 0 | 0.78 |
| HSL | 205.71º | 0.33% | 0.16% | - |
| HSV(B) | 205.71º | 0.5% | 0.22% | - |
| XYZ | 2.09 | 2.33 | 4.08 | - |
| YUV | 40.58 | 136.7 | 119.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 44 | 56 | 0.50 | 0.21 | 0 | 0.78 | 205.71 | 0.33 | 0.16 |
| Hex | 1C | 2C | 38 | 32 | 15 | 0 | 4E | CE | 21 | 10 |
| Octal | 34 | 54 | 70 | 62 | 25 | 0 | 116 | 316 | 41 | 20 |
| Binary | 11100 | 101100 | 111000 | 110010 | 10101 | 0 | 1001110 | 11001110 | 100001 | 10000 |
Color Harmonies of #1C2C38
Complementary color
Monochromatic Colors of #1C2C38
Black with #1C2C38
Text Example
Text Example
White with #1C2C38
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1C2C38; }
p { color: rgb(28,44,56); }
H1.HeaderClassName
{
color: #1C2C38;
}
.AnyTagClassName
{
color: #1C2C38;
}
</style>
background-color css
<style>
a { background-color: #1C2C38; }
a { background-color: rgb(28,44,56); }
div.DivClassName
{
background-color: #1C2C38;
}
.BgClassName
{
background-color: #1C2C38;
}
</style>
border-color css
<style>
span { border-color: #1C2C38; }
span { border-color: rgb(28,44,56); }
td.TdClassName
{
border-color: #1C2C38;
}
.TagClassName
{
border-color: #1C2C38;
}
</style>