Shades of Nordic #0C3432
Tints of Nordic #0C3432
RGB
CMYK
RGB Variations
Color information
#0C3432 (or 0x0C3432) is known color: Nordic. HEX triplet: 0C, 34 and 32. RGB value is (12,52,50). Sum of RGB (Red+Green+Blue) = 12+52+50=114 (15% of max value = 765). Red value is 12 (5.08% from 255 or 10.53% from 114); Green value is 52 (20.70% from 255 or 45.61% from 114); Blue value is 50 (19.92% from 255 or 43.86% from 114); Max value from RGB is 52 - color contains mainly: green. Hex color #0C3432 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0C3432 is #F3CBCD. Grayscale: #272727. Windows color (decimal): -15977422 or 3290124. OLE color: 3290124.
HSL color Cylindrical-coordinate representation of color #0C3432: hue angle of 177º degrees, saturation: 0.62, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #0C3432 is Cyan = 0.77, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 12 | 52 | 50 | - |
| CMYK | 0.77 | 0 | 0.04 | 0.80 |
| HSL | 177º | 0.63% | 0.13% | - |
| HSV(B) | 177º | 0.77% | 0.2% | - |
| XYZ | 1.96 | 2.76 | 3.45 | - |
| YUV | 39.81 | 133.75 | 108.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 52 | 50 | 0.77 | 0 | 0.04 | 0.80 | 177 | 0.63 | 0.13 |
| Hex | C | 34 | 32 | 4D | 0 | 4 | 50 | B1 | 3E | D |
| Octal | 14 | 64 | 62 | 115 | 0 | 4 | 120 | 261 | 76 | 15 |
| Binary | 1100 | 110100 | 110010 | 1001101 | 0 | 100 | 1010000 | 10110001 | 111110 | 1101 |
Color Harmonies of #0C3432
Complementary color
Monochromatic Colors of #0C3432
Black with #0C3432
Text Example
Text Example
White with #0C3432
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0C3432; }
p { color: rgb(12,52,50); }
H1.HeaderClassName
{
color: #0C3432;
}
.AnyTagClassName
{
color: #0C3432;
}
</style>
background-color css
<style>
a { background-color: #0C3432; }
a { background-color: rgb(12,52,50); }
div.DivClassName
{
background-color: #0C3432;
}
.BgClassName
{
background-color: #0C3432;
}
</style>
border-color css
<style>
span { border-color: #0C3432; }
span { border-color: rgb(12,52,50); }
td.TdClassName
{
border-color: #0C3432;
}
.TagClassName
{
border-color: #0C3432;
}
</style>