Shades of Nordic #0C3331
Tints of Nordic #0C3331
RGB
CMYK
RGB Variations
Color information
#0C3331 (or 0x0C3331) is known color: Nordic. HEX triplet: 0C, 33 and 31. RGB value is (12,51,49). Sum of RGB (Red+Green+Blue) = 12+51+49=112 (14% of max value = 765). Red value is 12 (5.08% from 255 or 10.71% from 112); Green value is 51 (20.31% from 255 or 45.54% from 112); Blue value is 49 (19.53% from 255 or 43.75% from 112); Max value from RGB is 51 - color contains mainly: green. Hex color #0C3331 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0C3331 is #F3CCCE. Grayscale: #272727. Windows color (decimal): -15977679 or 3224332. OLE color: 3224332.
HSL color Cylindrical-coordinate representation of color #0C3331: hue angle of 176.92º degrees, saturation: 0.62, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #0C3331 is Cyan = 0.76, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.8.
Color convert
| RGB | 12 | 51 | 49 | - |
| CMYK | 0.76 | 0 | 0.04 | 0.8 |
| HSL | 176.92º | 0.62% | 0.12% | - |
| HSV(B) | 176.92º | 0.76% | 0.2% | - |
| XYZ | 1.89 | 2.67 | 3.32 | - |
| YUV | 39.11 | 133.58 | 108.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 51 | 49 | 0.76 | 0 | 0.04 | 0.8 | 176.92 | 0.62 | 0.12 |
| Hex | C | 33 | 31 | 4C | 0 | 4 | 50 | B1 | 3E | C |
| Octal | 14 | 63 | 61 | 114 | 0 | 4 | 120 | 261 | 76 | 14 |
| Binary | 1100 | 110011 | 110001 | 1001100 | 0 | 100 | 1010000 | 10110001 | 111110 | 1100 |
Color Harmonies of #0C3331
Complementary color
Monochromatic Colors of #0C3331
Black with #0C3331
Text Example
Text Example
White with #0C3331
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0C3331; }
p { color: rgb(12,51,49); }
H1.HeaderClassName
{
color: #0C3331;
}
.AnyTagClassName
{
color: #0C3331;
}
</style>
background-color css
<style>
a { background-color: #0C3331; }
a { background-color: rgb(12,51,49); }
div.DivClassName
{
background-color: #0C3331;
}
.BgClassName
{
background-color: #0C3331;
}
</style>
border-color css
<style>
span { border-color: #0C3331; }
span { border-color: rgb(12,51,49); }
td.TdClassName
{
border-color: #0C3331;
}
.TagClassName
{
border-color: #0C3331;
}
</style>