Shades of Nordic #02292B
Tints of Nordic #02292B
RGB
CMYK
RGB Variations
Color information
#02292B (or 0x02292B) is known color: Nordic. HEX triplet: 02, 29 and 2B. RGB value is (2,41,43). Sum of RGB (Red+Green+Blue) = 2+41+43=86 (11% of max value = 765). Red value is 2 (1.17% from 255 or 2.33% from 86); Green value is 41 (16.41% from 255 or 47.67% from 86); Blue value is 43 (17.19% from 255 or 50% from 86); Max value from RGB is 43 - color contains mainly: blue. Hex color #02292B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #02292B is #FDD6D4. Grayscale: #1D1D1D. Windows color (decimal): -16635605 or 2828546. OLE color: 2828546.
HSL color Cylindrical-coordinate representation of color #02292B: hue angle of 182.93º degrees, saturation: 0.91, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.17% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #02292B is Cyan = 0.95, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.83.
Color convert
| RGB | 2 | 41 | 43 | - |
| CMYK | 0.95 | 0.05 | 0 | 0.83 |
| HSL | 182.93º | 0.91% | 0.09% | - |
| HSV(B) | 182.93º | 0.95% | 0.17% | - |
| XYZ | 1.25 | 1.77 | 2.56 | - |
| YUV | 29.57 | 135.58 | 108.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 41 | 43 | 0.95 | 0.05 | 0 | 0.83 | 182.93 | 0.91 | 0.09 |
| Hex | 2 | 29 | 2B | 5F | 5 | 0 | 53 | B7 | 5B | 9 |
| Octal | 2 | 51 | 53 | 137 | 5 | 0 | 123 | 267 | 133 | 11 |
| Binary | 10 | 101001 | 101011 | 1011111 | 101 | 0 | 1010011 | 10110111 | 1011011 | 1001 |
Color Harmonies of #02292B
Complementary color
Monochromatic Colors of #02292B
Black with #02292B
Text Example
Text Example
White with #02292B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #02292B; }
p { color: rgb(2,41,43); }
H1.HeaderClassName
{
color: #02292B;
}
.AnyTagClassName
{
color: #02292B;
}
</style>
background-color css
<style>
a { background-color: #02292B; }
a { background-color: rgb(2,41,43); }
div.DivClassName
{
background-color: #02292B;
}
.BgClassName
{
background-color: #02292B;
}
</style>
border-color css
<style>
span { border-color: #02292B; }
span { border-color: rgb(2,41,43); }
td.TdClassName
{
border-color: #02292B;
}
.TagClassName
{
border-color: #02292B;
}
</style>