Shades of Nordic #0D383D
Tints of Nordic #0D383D
RGB
CMYK
RGB Variations
Color information
#0D383D (or 0x0D383D) is known color: Nordic. HEX triplet: 0D, 38 and 3D. RGB value is (13,56,61). Sum of RGB (Red+Green+Blue) = 13+56+61=130 (17% of max value = 765). Red value is 13 (5.47% from 255 or 10% from 130); Green value is 56 (22.27% from 255 or 43.08% from 130); Blue value is 61 (24.22% from 255 or 46.92% from 130); Max value from RGB is 61 - color contains mainly: blue. Hex color #0D383D is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0D383D is #F2C7C2. Grayscale: #2B2B2B. Windows color (decimal): -15910851 or 4012045. OLE color: 4012045.
HSL color Cylindrical-coordinate representation of color #0D383D: hue angle of 186.25º degrees, saturation: 0.65, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #0D383D is Cyan = 0.79, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 13 | 56 | 61 | - |
| CMYK | 0.79 | 0.08 | 0 | 0.76 |
| HSL | 186.25º | 0.65% | 0.15% | - |
| HSV(B) | 186.25º | 0.79% | 0.24% | - |
| XYZ | 2.42 | 3.25 | 4.91 | - |
| YUV | 43.71 | 137.75 | 106.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 56 | 61 | 0.79 | 0.08 | 0 | 0.76 | 186.25 | 0.65 | 0.15 |
| Hex | D | 38 | 3D | 4F | 8 | 0 | 4C | BA | 41 | F |
| Octal | 15 | 70 | 75 | 117 | 10 | 0 | 114 | 272 | 101 | 17 |
| Binary | 1101 | 111000 | 111101 | 1001111 | 1000 | 0 | 1001100 | 10111010 | 1000001 | 1111 |
Color Harmonies of #0D383D
Complementary color
Monochromatic Colors of #0D383D
Black with #0D383D
Text Example
Text Example
White with #0D383D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D383D; }
p { color: rgb(13,56,61); }
H1.HeaderClassName
{
color: #0D383D;
}
.AnyTagClassName
{
color: #0D383D;
}
</style>
background-color css
<style>
a { background-color: #0D383D; }
a { background-color: rgb(13,56,61); }
div.DivClassName
{
background-color: #0D383D;
}
.BgClassName
{
background-color: #0D383D;
}
</style>
border-color css
<style>
span { border-color: #0D383D; }
span { border-color: rgb(13,56,61); }
td.TdClassName
{
border-color: #0D383D;
}
.TagClassName
{
border-color: #0D383D;
}
</style>