Shades of Nordic #0C383A
Tints of Nordic #0C383A
RGB
CMYK
RGB Variations
Color information
#0C383A (or 0x0C383A) is known color: Nordic. HEX triplet: 0C, 38 and 3A. RGB value is (12,56,58). Sum of RGB (Red+Green+Blue) = 12+56+58=126 (16% of max value = 765). Red value is 12 (5.08% from 255 or 9.52% from 126); Green value is 56 (22.27% from 255 or 44.44% from 126); Blue value is 58 (23.05% from 255 or 46.03% from 126); Max value from RGB is 58 - color contains mainly: blue. Hex color #0C383A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0C383A is #F3C7C5. Grayscale: #2B2B2B. Windows color (decimal): -15976390 or 3815436. OLE color: 3815436.
HSL color Cylindrical-coordinate representation of color #0C383A: hue angle of 182.61º degrees, saturation: 0.66, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #0C383A is Cyan = 0.79, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 12 | 56 | 58 | - |
| CMYK | 0.79 | 0.03 | 0 | 0.77 |
| HSL | 182.61º | 0.66% | 0.14% | - |
| HSV(B) | 182.61º | 0.79% | 0.23% | - |
| XYZ | 2.33 | 3.21 | 4.5 | - |
| YUV | 43.07 | 136.42 | 105.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 56 | 58 | 0.79 | 0.03 | 0 | 0.77 | 182.61 | 0.66 | 0.14 |
| Hex | C | 38 | 3A | 4F | 3 | 0 | 4D | B7 | 42 | E |
| Octal | 14 | 70 | 72 | 117 | 3 | 0 | 115 | 267 | 102 | 16 |
| Binary | 1100 | 111000 | 111010 | 1001111 | 11 | 0 | 1001101 | 10110111 | 1000010 | 1110 |
Color Harmonies of #0C383A
Complementary color
Monochromatic Colors of #0C383A
Black with #0C383A
Text Example
Text Example
White with #0C383A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0C383A; }
p { color: rgb(12,56,58); }
H1.HeaderClassName
{
color: #0C383A;
}
.AnyTagClassName
{
color: #0C383A;
}
</style>
background-color css
<style>
a { background-color: #0C383A; }
a { background-color: rgb(12,56,58); }
div.DivClassName
{
background-color: #0C383A;
}
.BgClassName
{
background-color: #0C383A;
}
</style>
border-color css
<style>
span { border-color: #0C383A; }
span { border-color: rgb(12,56,58); }
td.TdClassName
{
border-color: #0C383A;
}
.TagClassName
{
border-color: #0C383A;
}
</style>