Shades of Nordic #0B383D
Tints of Nordic #0B383D
RGB
CMYK
RGB Variations
Color information
#0B383D (or 0x0B383D) is known color: Nordic. HEX triplet: 0B, 38 and 3D. RGB value is (11,56,61). Sum of RGB (Red+Green+Blue) = 11+56+61=128 (16% of max value = 765). Red value is 11 (4.69% from 255 or 8.59% from 128); Green value is 56 (22.27% from 255 or 43.75% from 128); Blue value is 61 (24.22% from 255 or 47.66% from 128); Max value from RGB is 61 - color contains mainly: blue. Hex color #0B383D is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0B383D is #F4C7C2. Grayscale: #2B2B2B. Windows color (decimal): -16041923 or 4012043. OLE color: 4012043.
HSL color Cylindrical-coordinate representation of color #0B383D: hue angle of 186º degrees, saturation: 0.69, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #0B383D is Cyan = 0.82, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 11 | 56 | 61 | - |
| CMYK | 0.82 | 0.08 | 0 | 0.76 |
| HSL | 186º | 0.69% | 0.14% | - |
| HSV(B) | 186º | 0.82% | 0.24% | - |
| XYZ | 2.39 | 3.24 | 4.91 | - |
| YUV | 43.12 | 138.09 | 105.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 56 | 61 | 0.82 | 0.08 | 0 | 0.76 | 186 | 0.69 | 0.14 |
| Hex | B | 38 | 3D | 52 | 8 | 0 | 4C | BA | 45 | E |
| Octal | 13 | 70 | 75 | 122 | 10 | 0 | 114 | 272 | 105 | 16 |
| Binary | 1011 | 111000 | 111101 | 1010010 | 1000 | 0 | 1001100 | 10111010 | 1000101 | 1110 |
Color Harmonies of #0B383D
Complementary color
Monochromatic Colors of #0B383D
Black with #0B383D
Text Example
Text Example
White with #0B383D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0B383D; }
p { color: rgb(11,56,61); }
H1.HeaderClassName
{
color: #0B383D;
}
.AnyTagClassName
{
color: #0B383D;
}
</style>
background-color css
<style>
a { background-color: #0B383D; }
a { background-color: rgb(11,56,61); }
div.DivClassName
{
background-color: #0B383D;
}
.BgClassName
{
background-color: #0B383D;
}
</style>
border-color css
<style>
span { border-color: #0B383D; }
span { border-color: rgb(11,56,61); }
td.TdClassName
{
border-color: #0B383D;
}
.TagClassName
{
border-color: #0B383D;
}
</style>