Shades of Nordic #0B2E31
Tints of Nordic #0B2E31
RGB
CMYK
RGB Variations
Color information
#0B2E31 (or 0x0B2E31) is known color: Nordic. HEX triplet: 0B, 2E and 31. RGB value is (11,46,49). Sum of RGB (Red+Green+Blue) = 11+46+49=106 (14% of max value = 765). Red value is 11 (4.69% from 255 or 10.38% from 106); Green value is 46 (18.36% from 255 or 43.40% from 106); Blue value is 49 (19.53% from 255 or 46.23% from 106); Max value from RGB is 49 - color contains mainly: blue. Hex color #0B2E31 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0B2E31 is #F4D1CE. Grayscale: #232323. Windows color (decimal): -16044495 or 3223051. OLE color: 3223051.
HSL color Cylindrical-coordinate representation of color #0B2E31: hue angle of 184.74º degrees, saturation: 0.63, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #0B2E31 is Cyan = 0.78, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 11 | 46 | 49 | - |
| CMYK | 0.78 | 0.06 | 0 | 0.81 |
| HSL | 184.74º | 0.63% | 0.12% | - |
| HSV(B) | 184.74º | 0.78% | 0.19% | - |
| XYZ | 1.67 | 2.25 | 3.25 | - |
| YUV | 35.88 | 135.4 | 110.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 46 | 49 | 0.78 | 0.06 | 0 | 0.81 | 184.74 | 0.63 | 0.12 |
| Hex | B | 2E | 31 | 4E | 6 | 0 | 51 | B9 | 3F | C |
| Octal | 13 | 56 | 61 | 116 | 6 | 0 | 121 | 271 | 77 | 14 |
| Binary | 1011 | 101110 | 110001 | 1001110 | 110 | 0 | 1010001 | 10111001 | 111111 | 1100 |
Color Harmonies of #0B2E31
Complementary color
Monochromatic Colors of #0B2E31
Black with #0B2E31
Text Example
Text Example
White with #0B2E31
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0B2E31; }
p { color: rgb(11,46,49); }
H1.HeaderClassName
{
color: #0B2E31;
}
.AnyTagClassName
{
color: #0B2E31;
}
</style>
background-color css
<style>
a { background-color: #0B2E31; }
a { background-color: rgb(11,46,49); }
div.DivClassName
{
background-color: #0B2E31;
}
.BgClassName
{
background-color: #0B2E31;
}
</style>
border-color css
<style>
span { border-color: #0B2E31; }
span { border-color: rgb(11,46,49); }
td.TdClassName
{
border-color: #0B2E31;
}
.TagClassName
{
border-color: #0B2E31;
}
</style>