Shades of Nordic #0F383D
Tints of Nordic #0F383D
RGB
CMYK
RGB Variations
Color information
#0F383D (or 0x0F383D) is known color: Nordic. HEX triplet: 0F, 38 and 3D. RGB value is (15,56,61). Sum of RGB (Red+Green+Blue) = 15+56+61=132 (17% of max value = 765). Red value is 15 (6.25% from 255 or 11.36% from 132); Green value is 56 (22.27% from 255 or 42.42% from 132); Blue value is 61 (24.22% from 255 or 46.21% from 132); Max value from RGB is 61 - color contains mainly: blue. Hex color #0F383D is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0F383D is #F0C7C2. Grayscale: #2C2C2C. Windows color (decimal): -15779779 or 4012047. OLE color: 4012047.
HSL color Cylindrical-coordinate representation of color #0F383D: hue angle of 186.52º degrees, saturation: 0.61, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #0F383D is Cyan = 0.75, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 15 | 56 | 61 | - |
| CMYK | 0.75 | 0.08 | 0 | 0.76 |
| HSL | 186.52º | 0.61% | 0.15% | - |
| HSV(B) | 186.52º | 0.75% | 0.24% | - |
| XYZ | 2.45 | 3.27 | 4.92 | - |
| YUV | 44.31 | 137.42 | 107.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 56 | 61 | 0.75 | 0.08 | 0 | 0.76 | 186.52 | 0.61 | 0.15 |
| Hex | F | 38 | 3D | 4B | 8 | 0 | 4C | BB | 3D | F |
| Octal | 17 | 70 | 75 | 113 | 10 | 0 | 114 | 273 | 75 | 17 |
| Binary | 1111 | 111000 | 111101 | 1001011 | 1000 | 0 | 1001100 | 10111011 | 111101 | 1111 |
Color Harmonies of #0F383D
Complementary color
Monochromatic Colors of #0F383D
Black with #0F383D
Text Example
Text Example
White with #0F383D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F383D; }
p { color: rgb(15,56,61); }
H1.HeaderClassName
{
color: #0F383D;
}
.AnyTagClassName
{
color: #0F383D;
}
</style>
background-color css
<style>
a { background-color: #0F383D; }
a { background-color: rgb(15,56,61); }
div.DivClassName
{
background-color: #0F383D;
}
.BgClassName
{
background-color: #0F383D;
}
</style>
border-color css
<style>
span { border-color: #0F383D; }
span { border-color: rgb(15,56,61); }
td.TdClassName
{
border-color: #0F383D;
}
.TagClassName
{
border-color: #0F383D;
}
</style>