Shades of Black Pearl #0C1B30
Tints of Black Pearl #0C1B30
RGB
CMYK
RGB Variations
Color information
#0C1B30 (or 0x0C1B30) is known color: Black Pearl. HEX triplet: 0C, 1B and 30. RGB value is (12,27,48). Sum of RGB (Red+Green+Blue) = 12+27+48=87 (11% of max value = 765). Red value is 12 (5.08% from 255 or 13.79% from 87); Green value is 27 (10.94% from 255 or 31.03% from 87); Blue value is 48 (19.14% from 255 or 55.17% from 87); Max value from RGB is 48 - color contains mainly: blue. Hex color #0C1B30 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0C1B30 is #F3E4CF. Grayscale: #181818. Windows color (decimal): -15983824 or 3152652. OLE color: 3152652.
HSL color Cylindrical-coordinate representation of color #0C1B30: hue angle of 215º degrees, saturation: 0.6, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #0C1B30 is Cyan = 0.75, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 12 | 27 | 48 | - |
| CMYK | 0.75 | 0.44 | 0 | 0.81 |
| HSL | 215º | 0.6% | 0.12% | - |
| HSV(B) | 215º | 0.75% | 0.19% | - |
| XYZ | 1.08 | 1.08 | 2.95 | - |
| YUV | 24.91 | 141.03 | 118.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 27 | 48 | 0.75 | 0.44 | 0 | 0.81 | 215 | 0.6 | 0.12 |
| Hex | C | 1B | 30 | 4B | 2C | 0 | 51 | D7 | 3C | C |
| Octal | 14 | 33 | 60 | 113 | 54 | 0 | 121 | 327 | 74 | 14 |
| Binary | 1100 | 11011 | 110000 | 1001011 | 101100 | 0 | 1010001 | 11010111 | 111100 | 1100 |
Color Harmonies of #0C1B30
Complementary color
Monochromatic Colors of #0C1B30
Black with #0C1B30
Text Example
Text Example
White with #0C1B30
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0C1B30; }
p { color: rgb(12,27,48); }
H1.HeaderClassName
{
color: #0C1B30;
}
.AnyTagClassName
{
color: #0C1B30;
}
</style>
background-color css
<style>
a { background-color: #0C1B30; }
a { background-color: rgb(12,27,48); }
div.DivClassName
{
background-color: #0C1B30;
}
.BgClassName
{
background-color: #0C1B30;
}
</style>
border-color css
<style>
span { border-color: #0C1B30; }
span { border-color: rgb(12,27,48); }
td.TdClassName
{
border-color: #0C1B30;
}
.TagClassName
{
border-color: #0C1B30;
}
</style>