Shades of Nordic #0F383A
Tints of Nordic #0F383A
RGB
CMYK
RGB Variations
Color information
#0F383A (or 0x0F383A) is known color: Nordic. HEX triplet: 0F, 38 and 3A. RGB value is (15,56,58). Sum of RGB (Red+Green+Blue) = 15+56+58=129 (17% of max value = 765). Red value is 15 (6.25% from 255 or 11.63% from 129); Green value is 56 (22.27% from 255 or 43.41% from 129); Blue value is 58 (23.05% from 255 or 44.96% from 129); Max value from RGB is 58 - color contains mainly: blue. Hex color #0F383A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0F383A is #F0C7C5. Grayscale: #2B2B2B. Windows color (decimal): -15779782 or 3815439. OLE color: 3815439.
HSL color Cylindrical-coordinate representation of color #0F383A: hue angle of 182.79º degrees, saturation: 0.59, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #0F383A is Cyan = 0.74, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 15 | 56 | 58 | - |
| CMYK | 0.74 | 0.03 | 0 | 0.77 |
| HSL | 182.79º | 0.59% | 0.14% | - |
| HSV(B) | 182.79º | 0.74% | 0.23% | - |
| XYZ | 2.37 | 3.24 | 4.5 | - |
| YUV | 43.97 | 135.92 | 107.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 56 | 58 | 0.74 | 0.03 | 0 | 0.77 | 182.79 | 0.59 | 0.14 |
| Hex | F | 38 | 3A | 4A | 3 | 0 | 4D | B7 | 3B | E |
| Octal | 17 | 70 | 72 | 112 | 3 | 0 | 115 | 267 | 73 | 16 |
| Binary | 1111 | 111000 | 111010 | 1001010 | 11 | 0 | 1001101 | 10110111 | 111011 | 1110 |
Color Harmonies of #0F383A
Complementary color
Monochromatic Colors of #0F383A
Black with #0F383A
Text Example
Text Example
White with #0F383A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F383A; }
p { color: rgb(15,56,58); }
H1.HeaderClassName
{
color: #0F383A;
}
.AnyTagClassName
{
color: #0F383A;
}
</style>
background-color css
<style>
a { background-color: #0F383A; }
a { background-color: rgb(15,56,58); }
div.DivClassName
{
background-color: #0F383A;
}
.BgClassName
{
background-color: #0F383A;
}
</style>
border-color css
<style>
span { border-color: #0F383A; }
span { border-color: rgb(15,56,58); }
td.TdClassName
{
border-color: #0F383A;
}
.TagClassName
{
border-color: #0F383A;
}
</style>