Shades of Nordic #00292B
Tints of Nordic #00292B
RGB
CMYK
RGB Variations
Color information
#00292B (or 0x00292B) is known color: Nordic. HEX triplet: 00, 29 and 2B. RGB value is (0,41,43). Sum of RGB (Red+Green+Blue) = 0+41+43=84 (11% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 84); Green value is 41 (16.41% from 255 or 48.81% from 84); Blue value is 43 (17.19% from 255 or 51.19% from 84); Max value from RGB is 43 - color contains mainly: blue. Hex color #00292B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #00292B is #FFD6D4. Grayscale: #1C1C1C. Windows color (decimal): -16766677 or 2828544. OLE color: 2828544.
HSL color Cylindrical-coordinate representation of color #00292B: hue angle of 182.79º degrees, saturation: 1, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.17% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00292B is Cyan = 1, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.83.
Color convert
| RGB | 0 | 41 | 43 | - |
| CMYK | 1 | 0.05 | 0 | 0.83 |
| HSL | 182.79º | 1% | 0.08% | - |
| HSV(B) | 182.79º | 1% | 0.17% | - |
| XYZ | 1.23 | 1.76 | 2.56 | - |
| YUV | 28.97 | 135.92 | 107.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 41 | 43 | 1 | 0.05 | 0 | 0.83 | 182.79 | 1 | 0.08 |
| Hex | 0 | 29 | 2B | 64 | 5 | 0 | 53 | B7 | 64 | 8 |
| Octal | 0 | 51 | 53 | 144 | 5 | 0 | 123 | 267 | 144 | 10 |
| Binary | 0 | 101001 | 101011 | 1100100 | 101 | 0 | 1010011 | 10110111 | 1100100 | 1000 |
Color Harmonies of #00292B
Complementary color
Monochromatic Colors of #00292B
Black with #00292B
Text Example
Text Example
White with #00292B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00292B; }
p { color: rgb(0,41,43); }
H1.HeaderClassName
{
color: #00292B;
}
.AnyTagClassName
{
color: #00292B;
}
</style>
background-color css
<style>
a { background-color: #00292B; }
a { background-color: rgb(0,41,43); }
div.DivClassName
{
background-color: #00292B;
}
.BgClassName
{
background-color: #00292B;
}
</style>
border-color css
<style>
span { border-color: #00292B; }
span { border-color: rgb(0,41,43); }
td.TdClassName
{
border-color: #00292B;
}
.TagClassName
{
border-color: #00292B;
}
</style>