Shades of Tangaroa #21313B
Tints of Tangaroa #21313B
RGB
CMYK
RGB Variations
Color information
#21313B (or 0x21313B) is known color: Tangaroa. HEX triplet: 21, 31 and 3B. RGB value is (33,49,59). Sum of RGB (Red+Green+Blue) = 33+49+59=141 (18% of max value = 765). Red value is 33 (13.28% from 255 or 23.40% from 141); Green value is 49 (19.53% from 255 or 34.75% from 141); Blue value is 59 (23.44% from 255 or 41.84% from 141); Max value from RGB is 59 - color contains mainly: blue. Hex color #21313B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #21313B is #DECEC4. Grayscale: #2D2D2D. Windows color (decimal): -14601925 or 3879201. OLE color: 3879201.
HSL color Cylindrical-coordinate representation of color #21313B: hue angle of 203.08º degrees, saturation: 0.28, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #21313B is Cyan = 0.44, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 33 | 49 | 59 | - |
| CMYK | 0.44 | 0.17 | 0 | 0.77 |
| HSL | 203.08º | 0.28% | 0.18% | - |
| HSV(B) | 203.08º | 0.44% | 0.23% | - |
| XYZ | 2.51 | 2.84 | 4.55 | - |
| YUV | 45.36 | 135.7 | 119.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 49 | 59 | 0.44 | 0.17 | 0 | 0.77 | 203.08 | 0.28 | 0.18 |
| Hex | 21 | 31 | 3B | 2C | 11 | 0 | 4D | CB | 1C | 12 |
| Octal | 41 | 61 | 73 | 54 | 21 | 0 | 115 | 313 | 34 | 22 |
| Binary | 100001 | 110001 | 111011 | 101100 | 10001 | 0 | 1001101 | 11001011 | 11100 | 10010 |
Color Harmonies of #21313B
Complementary color
Monochromatic Colors of #21313B
Black with #21313B
Text Example
Text Example
White with #21313B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #21313B; }
p { color: rgb(33,49,59); }
H1.HeaderClassName
{
color: #21313B;
}
.AnyTagClassName
{
color: #21313B;
}
</style>
background-color css
<style>
a { background-color: #21313B; }
a { background-color: rgb(33,49,59); }
div.DivClassName
{
background-color: #21313B;
}
.BgClassName
{
background-color: #21313B;
}
</style>
border-color css
<style>
span { border-color: #21313B; }
span { border-color: rgb(33,49,59); }
td.TdClassName
{
border-color: #21313B;
}
.TagClassName
{
border-color: #21313B;
}
</style>