Shades of Tangaroa #23303A
Tints of Tangaroa #23303A
RGB
CMYK
RGB Variations
Color information
#23303A (or 0x23303A) is known color: Tangaroa. HEX triplet: 23, 30 and 3A. RGB value is (35,48,58). Sum of RGB (Red+Green+Blue) = 35+48+58=141 (18% of max value = 765). Red value is 35 (14.06% from 255 or 24.82% from 141); Green value is 48 (19.14% from 255 or 34.04% from 141); Blue value is 58 (23.05% from 255 or 41.13% from 141); Max value from RGB is 58 - color contains mainly: blue. Hex color #23303A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #23303A is #DCCFC5. Grayscale: #2D2D2D. Windows color (decimal): -14471110 or 3813411. OLE color: 3813411.
HSL color Cylindrical-coordinate representation of color #23303A: hue angle of 206.09º degrees, saturation: 0.25, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #23303A is Cyan = 0.40, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 35 | 48 | 58 | - |
| CMYK | 0.40 | 0.17 | 0 | 0.77 |
| HSL | 206.09º | 0.25% | 0.18% | - |
| HSV(B) | 206.09º | 0.4% | 0.23% | - |
| XYZ | 2.51 | 2.78 | 4.41 | - |
| YUV | 45.25 | 135.19 | 120.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 48 | 58 | 0.40 | 0.17 | 0 | 0.77 | 206.09 | 0.25 | 0.18 |
| Hex | 23 | 30 | 3A | 28 | 11 | 0 | 4D | CE | 19 | 12 |
| Octal | 43 | 60 | 72 | 50 | 21 | 0 | 115 | 316 | 31 | 22 |
| Binary | 100011 | 110000 | 111010 | 101000 | 10001 | 0 | 1001101 | 11001110 | 11001 | 10010 |
Color Harmonies of #23303A
Complementary color
Monochromatic Colors of #23303A
Black with #23303A
Text Example
Text Example
White with #23303A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #23303A; }
p { color: rgb(35,48,58); }
H1.HeaderClassName
{
color: #23303A;
}
.AnyTagClassName
{
color: #23303A;
}
</style>
background-color css
<style>
a { background-color: #23303A; }
a { background-color: rgb(35,48,58); }
div.DivClassName
{
background-color: #23303A;
}
.BgClassName
{
background-color: #23303A;
}
</style>
border-color css
<style>
span { border-color: #23303A; }
span { border-color: rgb(35,48,58); }
td.TdClassName
{
border-color: #23303A;
}
.TagClassName
{
border-color: #23303A;
}
</style>