Shades of Nordic #0C3941
Tints of Nordic #0C3941
RGB
CMYK
RGB Variations
Color information
#0C3941 (or 0x0C3941) is known color: Nordic. HEX triplet: 0C, 39 and 41. RGB value is (12,57,65). Sum of RGB (Red+Green+Blue) = 12+57+65=134 (17% of max value = 765). Red value is 12 (5.08% from 255 or 8.96% from 134); Green value is 57 (22.66% from 255 or 42.54% from 134); Blue value is 65 (25.78% from 255 or 48.51% from 134); Max value from RGB is 65 - color contains mainly: blue. Hex color #0C3941 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0C3941 is #F3C6BE. Grayscale: #2C2C2C. Windows color (decimal): -15976127 or 4274444. OLE color: 4274444.
HSL color Cylindrical-coordinate representation of color #0C3941: hue angle of 189.06º degrees, saturation: 0.69, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #0C3941 is Cyan = 0.82, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 12 | 57 | 65 | - |
| CMYK | 0.82 | 0.12 | 0 | 0.75 |
| HSL | 189.06º | 0.69% | 0.15% | - |
| HSV(B) | 189.06º | 0.82% | 0.25% | - |
| XYZ | 2.57 | 3.39 | 5.52 | - |
| YUV | 44.46 | 139.59 | 104.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 57 | 65 | 0.82 | 0.12 | 0 | 0.75 | 189.06 | 0.69 | 0.15 |
| Hex | C | 39 | 41 | 52 | C | 0 | 4B | BD | 45 | F |
| Octal | 14 | 71 | 101 | 122 | 14 | 0 | 113 | 275 | 105 | 17 |
| Binary | 1100 | 111001 | 1000001 | 1010010 | 1100 | 0 | 1001011 | 10111101 | 1000101 | 1111 |
Color Harmonies of #0C3941
Complementary color
Monochromatic Colors of #0C3941
Black with #0C3941
Text Example
Text Example
White with #0C3941
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0C3941; }
p { color: rgb(12,57,65); }
H1.HeaderClassName
{
color: #0C3941;
}
.AnyTagClassName
{
color: #0C3941;
}
</style>
background-color css
<style>
a { background-color: #0C3941; }
a { background-color: rgb(12,57,65); }
div.DivClassName
{
background-color: #0C3941;
}
.BgClassName
{
background-color: #0C3941;
}
</style>
border-color css
<style>
span { border-color: #0C3941; }
span { border-color: rgb(12,57,65); }
td.TdClassName
{
border-color: #0C3941;
}
.TagClassName
{
border-color: #0C3941;
}
</style>