Shades of Nordic #0C3538
Tints of Nordic #0C3538
RGB
CMYK
RGB Variations
Color information
#0C3538 (or 0x0C3538) is known color: Nordic. HEX triplet: 0C, 35 and 38. RGB value is (12,53,56). Sum of RGB (Red+Green+Blue) = 12+53+56=121 (16% of max value = 765). Red value is 12 (5.08% from 255 or 9.92% from 121); Green value is 53 (21.09% from 255 or 43.80% from 121); Blue value is 56 (22.27% from 255 or 46.28% from 121); Max value from RGB is 56 - color contains mainly: blue. Hex color #0C3538 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0C3538 is #F3CAC7. Grayscale: #292929. Windows color (decimal): -15977160 or 3683596. OLE color: 3683596.
HSL color Cylindrical-coordinate representation of color #0C3538: hue angle of 184.09º degrees, saturation: 0.65, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #0C3538 is Cyan = 0.79, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 12 | 53 | 56 | - |
| CMYK | 0.79 | 0.05 | 0 | 0.78 |
| HSL | 184.09º | 0.65% | 0.13% | - |
| HSV(B) | 184.09º | 0.79% | 0.22% | - |
| XYZ | 2.14 | 2.91 | 4.19 | - |
| YUV | 41.08 | 136.42 | 107.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 53 | 56 | 0.79 | 0.05 | 0 | 0.78 | 184.09 | 0.65 | 0.13 |
| Hex | C | 35 | 38 | 4F | 5 | 0 | 4E | B8 | 41 | D |
| Octal | 14 | 65 | 70 | 117 | 5 | 0 | 116 | 270 | 101 | 15 |
| Binary | 1100 | 110101 | 111000 | 1001111 | 101 | 0 | 1001110 | 10111000 | 1000001 | 1101 |
Color Harmonies of #0C3538
Complementary color
Monochromatic Colors of #0C3538
Black with #0C3538
Text Example
Text Example
White with #0C3538
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0C3538; }
p { color: rgb(12,53,56); }
H1.HeaderClassName
{
color: #0C3538;
}
.AnyTagClassName
{
color: #0C3538;
}
</style>
background-color css
<style>
a { background-color: #0C3538; }
a { background-color: rgb(12,53,56); }
div.DivClassName
{
background-color: #0C3538;
}
.BgClassName
{
background-color: #0C3538;
}
</style>
border-color css
<style>
span { border-color: #0C3538; }
span { border-color: rgb(12,53,56); }
td.TdClassName
{
border-color: #0C3538;
}
.TagClassName
{
border-color: #0C3538;
}
</style>