Shades of Black Pearl #0C1C28
Tints of Black Pearl #0C1C28
RGB
CMYK
RGB Variations
Color information
#0C1C28 (or 0x0C1C28) is known color: Black Pearl. HEX triplet: 0C, 1C and 28. RGB value is (12,28,40). Sum of RGB (Red+Green+Blue) = 12+28+40=80 (10% of max value = 765). Red value is 12 (5.08% from 255 or 15% from 80); Green value is 28 (11.33% from 255 or 35% from 80); Blue value is 40 (16.02% from 255 or 50% from 80); Max value from RGB is 40 - color contains mainly: blue. Hex color #0C1C28 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0C1C28 is #F3E3D7. Grayscale: #181818. Windows color (decimal): -15983576 or 2628620. OLE color: 2628620.
HSL color Cylindrical-coordinate representation of color #0C1C28: hue angle of 205.71º degrees, saturation: 0.54, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #0C1C28 is Cyan = 0.70, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.84.
Color convert
| RGB | 12 | 28 | 40 | - |
| CMYK | 0.70 | 0.30 | 0 | 0.84 |
| HSL | 205.71º | 0.54% | 0.1% | - |
| HSV(B) | 205.71º | 0.7% | 0.16% | - |
| XYZ | 0.95 | 1.06 | 2.16 | - |
| YUV | 24.58 | 136.7 | 119.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 28 | 40 | 0.70 | 0.30 | 0 | 0.84 | 205.71 | 0.54 | 0.1 |
| Hex | C | 1C | 28 | 46 | 1E | 0 | 54 | CE | 36 | A |
| Octal | 14 | 34 | 50 | 106 | 36 | 0 | 124 | 316 | 66 | 12 |
| Binary | 1100 | 11100 | 101000 | 1000110 | 11110 | 0 | 1010100 | 11001110 | 110110 | 1010 |
Color Harmonies of #0C1C28
Complementary color
Monochromatic Colors of #0C1C28
Black with #0C1C28
Text Example
Text Example
White with #0C1C28
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0C1C28; }
p { color: rgb(12,28,40); }
H1.HeaderClassName
{
color: #0C1C28;
}
.AnyTagClassName
{
color: #0C1C28;
}
</style>
background-color css
<style>
a { background-color: #0C1C28; }
a { background-color: rgb(12,28,40); }
div.DivClassName
{
background-color: #0C1C28;
}
.BgClassName
{
background-color: #0C1C28;
}
</style>
border-color css
<style>
span { border-color: #0C1C28; }
span { border-color: rgb(12,28,40); }
td.TdClassName
{
border-color: #0C1C28;
}
.TagClassName
{
border-color: #0C1C28;
}
</style>