Shades of Nordic #0C383D
Tints of Nordic #0C383D
RGB
CMYK
RGB Variations
Color information
#0C383D (or 0x0C383D) is known color: Nordic. HEX triplet: 0C, 38 and 3D. RGB value is (12,56,61). Sum of RGB (Red+Green+Blue) = 12+56+61=129 (17% of max value = 765). Red value is 12 (5.08% from 255 or 9.30% from 129); Green value is 56 (22.27% from 255 or 43.41% from 129); Blue value is 61 (24.22% from 255 or 47.29% from 129); Max value from RGB is 61 - color contains mainly: blue. Hex color #0C383D is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0C383D is #F3C7C2. Grayscale: #2B2B2B. Windows color (decimal): -15976387 or 4012044. OLE color: 4012044.
HSL color Cylindrical-coordinate representation of color #0C383D: hue angle of 186.12º degrees, saturation: 0.67, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #0C383D is Cyan = 0.80, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 12 | 56 | 61 | - |
| CMYK | 0.80 | 0.08 | 0 | 0.76 |
| HSL | 186.12º | 0.67% | 0.14% | - |
| HSV(B) | 186.12º | 0.8% | 0.24% | - |
| XYZ | 2.41 | 3.24 | 4.91 | - |
| YUV | 43.41 | 137.92 | 105.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 56 | 61 | 0.80 | 0.08 | 0 | 0.76 | 186.12 | 0.67 | 0.14 |
| Hex | C | 38 | 3D | 50 | 8 | 0 | 4C | BA | 43 | E |
| Octal | 14 | 70 | 75 | 120 | 10 | 0 | 114 | 272 | 103 | 16 |
| Binary | 1100 | 111000 | 111101 | 1010000 | 1000 | 0 | 1001100 | 10111010 | 1000011 | 1110 |
Color Harmonies of #0C383D
Complementary color
Monochromatic Colors of #0C383D
Black with #0C383D
Text Example
Text Example
White with #0C383D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0C383D; }
p { color: rgb(12,56,61); }
H1.HeaderClassName
{
color: #0C383D;
}
.AnyTagClassName
{
color: #0C383D;
}
</style>
background-color css
<style>
a { background-color: #0C383D; }
a { background-color: rgb(12,56,61); }
div.DivClassName
{
background-color: #0C383D;
}
.BgClassName
{
background-color: #0C383D;
}
</style>
border-color css
<style>
span { border-color: #0C383D; }
span { border-color: rgb(12,56,61); }
td.TdClassName
{
border-color: #0C383D;
}
.TagClassName
{
border-color: #0C383D;
}
</style>