Shades of Nordic #0B3031
Tints of Nordic #0B3031
RGB
CMYK
RGB Variations
Color information
#0B3031 (or 0x0B3031) is known color: Nordic. HEX triplet: 0B, 30 and 31. RGB value is (11,48,49). Sum of RGB (Red+Green+Blue) = 11+48+49=108 (14% of max value = 765). Red value is 11 (4.69% from 255 or 10.19% from 108); Green value is 48 (19.14% from 255 or 44.44% from 108); Blue value is 49 (19.53% from 255 or 45.37% from 108); Max value from RGB is 49 - color contains mainly: blue. Hex color #0B3031 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0B3031 is #F4CFCE. Grayscale: #252525. Windows color (decimal): -16043983 or 3223563. OLE color: 3223563.
HSL color Cylindrical-coordinate representation of color #0B3031: hue angle of 181.58º 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 #0B3031 is Cyan = 0.78, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 11 | 48 | 49 | - |
| CMYK | 0.78 | 0.02 | 0 | 0.81 |
| HSL | 181.58º | 0.63% | 0.12% | - |
| HSV(B) | 181.58º | 0.78% | 0.19% | - |
| XYZ | 1.75 | 2.41 | 3.28 | - |
| YUV | 37.05 | 134.74 | 109.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 48 | 49 | 0.78 | 0.02 | 0 | 0.81 | 181.58 | 0.63 | 0.12 |
| Hex | B | 30 | 31 | 4E | 2 | 0 | 51 | B6 | 3F | C |
| Octal | 13 | 60 | 61 | 116 | 2 | 0 | 121 | 266 | 77 | 14 |
| Binary | 1011 | 110000 | 110001 | 1001110 | 10 | 0 | 1010001 | 10110110 | 111111 | 1100 |
Color Harmonies of #0B3031
Complementary color
Monochromatic Colors of #0B3031
Black with #0B3031
Text Example
Text Example
White with #0B3031
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0B3031; }
p { color: rgb(11,48,49); }
H1.HeaderClassName
{
color: #0B3031;
}
.AnyTagClassName
{
color: #0B3031;
}
</style>
background-color css
<style>
a { background-color: #0B3031; }
a { background-color: rgb(11,48,49); }
div.DivClassName
{
background-color: #0B3031;
}
.BgClassName
{
background-color: #0B3031;
}
</style>
border-color css
<style>
span { border-color: #0B3031; }
span { border-color: rgb(11,48,49); }
td.TdClassName
{
border-color: #0B3031;
}
.TagClassName
{
border-color: #0B3031;
}
</style>