Shades of Tangaroa #21313D
Tints of Tangaroa #21313D
RGB
CMYK
RGB Variations
Color information
#21313D (or 0x21313D) is known color: Tangaroa. HEX triplet: 21, 31 and 3D. RGB value is (33,49,61). Sum of RGB (Red+Green+Blue) = 33+49+61=143 (18% of max value = 765). Red value is 33 (13.28% from 255 or 23.08% from 143); Green value is 49 (19.53% from 255 or 34.27% from 143); Blue value is 61 (24.22% from 255 or 42.66% from 143); Max value from RGB is 61 - color contains mainly: blue. Hex color #21313D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #21313D is #DECEC2. Grayscale: #2D2D2D. Windows color (decimal): -14601923 or 4010273. OLE color: 4010273.
HSL color Cylindrical-coordinate representation of color #21313D: hue angle of 205.71º degrees, saturation: 0.3, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #21313D is Cyan = 0.46, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 33 | 49 | 61 | - |
| CMYK | 0.46 | 0.20 | 0 | 0.76 |
| HSL | 205.71º | 0.3% | 0.18% | - |
| HSV(B) | 205.71º | 0.46% | 0.24% | - |
| XYZ | 2.57 | 2.86 | 4.83 | - |
| YUV | 45.58 | 136.7 | 119.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 49 | 61 | 0.46 | 0.20 | 0 | 0.76 | 205.71 | 0.3 | 0.18 |
| Hex | 21 | 31 | 3D | 2E | 14 | 0 | 4C | CE | 1E | 12 |
| Octal | 41 | 61 | 75 | 56 | 24 | 0 | 114 | 316 | 36 | 22 |
| Binary | 100001 | 110001 | 111101 | 101110 | 10100 | 0 | 1001100 | 11001110 | 11110 | 10010 |
Color Harmonies of #21313D
Complementary color
Monochromatic Colors of #21313D
Black with #21313D
Text Example
Text Example
White with #21313D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #21313D; }
p { color: rgb(33,49,61); }
H1.HeaderClassName
{
color: #21313D;
}
.AnyTagClassName
{
color: #21313D;
}
</style>
background-color css
<style>
a { background-color: #21313D; }
a { background-color: rgb(33,49,61); }
div.DivClassName
{
background-color: #21313D;
}
.BgClassName
{
background-color: #21313D;
}
</style>
border-color css
<style>
span { border-color: #21313D; }
span { border-color: rgb(33,49,61); }
td.TdClassName
{
border-color: #21313D;
}
.TagClassName
{
border-color: #21313D;
}
</style>