Shades of Nordic #0B2C2F
Tints of Nordic #0B2C2F
RGB
CMYK
RGB Variations
Color information
#0B2C2F (or 0x0B2C2F) is known color: Nordic. HEX triplet: 0B, 2C and 2F. RGB value is (11,44,47). Sum of RGB (Red+Green+Blue) = 11+44+47=102 (13% of max value = 765). Red value is 11 (4.69% from 255 or 10.78% from 102); Green value is 44 (17.58% from 255 or 43.14% from 102); Blue value is 47 (18.75% from 255 or 46.08% from 102); Max value from RGB is 47 - color contains mainly: blue. Hex color #0B2C2F is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0B2C2F is #F4D3D0. Grayscale: #222222. Windows color (decimal): -16045009 or 3091467. OLE color: 3091467.
HSL color Cylindrical-coordinate representation of color #0B2C2F: hue angle of 185º degrees, saturation: 0.62, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #0B2C2F is Cyan = 0.77, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 11 | 44 | 47 | - |
| CMYK | 0.77 | 0.06 | 0 | 0.82 |
| HSL | 185º | 0.62% | 0.11% | - |
| HSV(B) | 185º | 0.77% | 0.18% | - |
| XYZ | 1.55 | 2.08 | 3.01 | - |
| YUV | 34.48 | 135.07 | 111.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 44 | 47 | 0.77 | 0.06 | 0 | 0.82 | 185 | 0.62 | 0.11 |
| Hex | B | 2C | 2F | 4D | 6 | 0 | 52 | B9 | 3E | B |
| Octal | 13 | 54 | 57 | 115 | 6 | 0 | 122 | 271 | 76 | 13 |
| Binary | 1011 | 101100 | 101111 | 1001101 | 110 | 0 | 1010010 | 10111001 | 111110 | 1011 |
Color Harmonies of #0B2C2F
Complementary color
Monochromatic Colors of #0B2C2F
Black with #0B2C2F
Text Example
Text Example
White with #0B2C2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0B2C2F; }
p { color: rgb(11,44,47); }
H1.HeaderClassName
{
color: #0B2C2F;
}
.AnyTagClassName
{
color: #0B2C2F;
}
</style>
background-color css
<style>
a { background-color: #0B2C2F; }
a { background-color: rgb(11,44,47); }
div.DivClassName
{
background-color: #0B2C2F;
}
.BgClassName
{
background-color: #0B2C2F;
}
</style>
border-color css
<style>
span { border-color: #0B2C2F; }
span { border-color: rgb(11,44,47); }
td.TdClassName
{
border-color: #0B2C2F;
}
.TagClassName
{
border-color: #0B2C2F;
}
</style>