Shades of Nordic #0C3838
Tints of Nordic #0C3838
RGB
CMYK
RGB Variations
Color information
#0C3838 (or 0x0C3838) is known color: Nordic. HEX triplet: 0C, 38 and 38. RGB value is (12,56,56). Sum of RGB (Red+Green+Blue) = 12+56+56=124 (16% of max value = 765). Red value is 12 (5.08% from 255 or 9.68% from 124); Green value is 56 (22.27% from 255 or 45.16% from 124); Blue value is 56 (22.27% from 255 or 45.16% from 124); Max value from RGB is 56 - color contains mainly: green, blue. Hex color #0C3838 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0C3838 is #F3C7C7. Grayscale: #2A2A2A. Windows color (decimal): -15976392 or 3684364. OLE color: 3684364.
HSL color Cylindrical-coordinate representation of color #0C3838: hue angle of 180º 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 #0C3838 is Cyan = 0.79, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 12 | 56 | 56 | - |
| CMYK | 0.79 | 0 | 0 | 0.78 |
| HSL | 180º | 0.65% | 0.13% | - |
| HSV(B) | 180º | 0.79% | 0.22% | - |
| XYZ | 2.28 | 3.19 | 4.24 | - |
| YUV | 42.84 | 135.42 | 106 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 56 | 56 | 0.79 | 0 | 0 | 0.78 | 180 | 0.65 | 0.13 |
| Hex | C | 38 | 38 | 4F | 0 | 0 | 4E | B4 | 41 | D |
| Octal | 14 | 70 | 70 | 117 | 0 | 0 | 116 | 264 | 101 | 15 |
| Binary | 1100 | 111000 | 111000 | 1001111 | 0 | 0 | 1001110 | 10110100 | 1000001 | 1101 |
Color Harmonies of #0C3838
Complementary color
Monochromatic Colors of #0C3838
Black with #0C3838
Text Example
Text Example
White with #0C3838
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0C3838; }
p { color: rgb(12,56,56); }
H1.HeaderClassName
{
color: #0C3838;
}
.AnyTagClassName
{
color: #0C3838;
}
</style>
background-color css
<style>
a { background-color: #0C3838; }
a { background-color: rgb(12,56,56); }
div.DivClassName
{
background-color: #0C3838;
}
.BgClassName
{
background-color: #0C3838;
}
</style>
border-color css
<style>
span { border-color: #0C3838; }
span { border-color: rgb(12,56,56); }
td.TdClassName
{
border-color: #0C3838;
}
.TagClassName
{
border-color: #0C3838;
}
</style>