Shades of Nordic #0C3230
Tints of Nordic #0C3230
RGB
CMYK
RGB Variations
Color information
#0C3230 (or 0x0C3230) is known color: Nordic. HEX triplet: 0C, 32 and 30. RGB value is (12,50,48). Sum of RGB (Red+Green+Blue) = 12+50+48=110 (14% of max value = 765). Red value is 12 (5.08% from 255 or 10.91% from 110); Green value is 50 (19.92% from 255 or 45.45% from 110); Blue value is 48 (19.14% from 255 or 43.64% from 110); Max value from RGB is 50 - color contains mainly: green. Hex color #0C3230 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0C3230 is #F3CDCF. Grayscale: #262626. Windows color (decimal): -15977936 or 3158540. OLE color: 3158540.
HSL color Cylindrical-coordinate representation of color #0C3230: hue angle of 176.84º degrees, saturation: 0.61, 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 #0C3230 is Cyan = 0.76, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 12 | 50 | 48 | - |
| CMYK | 0.76 | 0 | 0.04 | 0.80 |
| HSL | 176.84º | 0.61% | 0.12% | - |
| HSV(B) | 176.84º | 0.76% | 0.2% | - |
| XYZ | 1.83 | 2.57 | 3.2 | - |
| YUV | 38.41 | 133.41 | 109.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 50 | 48 | 0.76 | 0 | 0.04 | 0.80 | 176.84 | 0.61 | 0.12 |
| Hex | C | 32 | 30 | 4C | 0 | 4 | 50 | B1 | 3D | C |
| Octal | 14 | 62 | 60 | 114 | 0 | 4 | 120 | 261 | 75 | 14 |
| Binary | 1100 | 110010 | 110000 | 1001100 | 0 | 100 | 1010000 | 10110001 | 111101 | 1100 |
Color Harmonies of #0C3230
Complementary color
Monochromatic Colors of #0C3230
Black with #0C3230
Text Example
Text Example
White with #0C3230
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0C3230; }
p { color: rgb(12,50,48); }
H1.HeaderClassName
{
color: #0C3230;
}
.AnyTagClassName
{
color: #0C3230;
}
</style>
background-color css
<style>
a { background-color: #0C3230; }
a { background-color: rgb(12,50,48); }
div.DivClassName
{
background-color: #0C3230;
}
.BgClassName
{
background-color: #0C3230;
}
</style>
border-color css
<style>
span { border-color: #0C3230; }
span { border-color: rgb(12,50,48); }
td.TdClassName
{
border-color: #0C3230;
}
.TagClassName
{
border-color: #0C3230;
}
</style>