Shades of Black Pearl #0C1E34
Tints of Black Pearl #0C1E34
RGB
CMYK
RGB Variations
Color information
#0C1E34 (or 0x0C1E34) is known color: Black Pearl. HEX triplet: 0C, 1E and 34. RGB value is (12,30,52). Sum of RGB (Red+Green+Blue) = 12+30+52=94 (12% of max value = 765). Red value is 12 (5.08% from 255 or 12.77% from 94); Green value is 30 (12.11% from 255 or 31.91% from 94); Blue value is 52 (20.70% from 255 or 55.32% from 94); Max value from RGB is 52 - color contains mainly: blue. Hex color #0C1E34 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0C1E34 is #F3E1CB. Grayscale: #1B1B1B. Windows color (decimal): -15983052 or 3415564. OLE color: 3415564.
HSL color Cylindrical-coordinate representation of color #0C1E34: hue angle of 213º degrees, saturation: 0.62, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #0C1E34 is Cyan = 0.77, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 12 | 30 | 52 | - |
| CMYK | 0.77 | 0.42 | 0 | 0.80 |
| HSL | 213º | 0.63% | 0.13% | - |
| HSV(B) | 213º | 0.77% | 0.2% | - |
| XYZ | 1.24 | 1.25 | 3.43 | - |
| YUV | 27.13 | 142.04 | 117.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 30 | 52 | 0.77 | 0.42 | 0 | 0.80 | 213 | 0.63 | 0.13 |
| Hex | C | 1E | 34 | 4D | 2A | 0 | 50 | D5 | 3E | D |
| Octal | 14 | 36 | 64 | 115 | 52 | 0 | 120 | 325 | 76 | 15 |
| Binary | 1100 | 11110 | 110100 | 1001101 | 101010 | 0 | 1010000 | 11010101 | 111110 | 1101 |
Color Harmonies of #0C1E34
Complementary color
Monochromatic Colors of #0C1E34
Black with #0C1E34
Text Example
Text Example
White with #0C1E34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0C1E34; }
p { color: rgb(12,30,52); }
H1.HeaderClassName
{
color: #0C1E34;
}
.AnyTagClassName
{
color: #0C1E34;
}
</style>
background-color css
<style>
a { background-color: #0C1E34; }
a { background-color: rgb(12,30,52); }
div.DivClassName
{
background-color: #0C1E34;
}
.BgClassName
{
background-color: #0C1E34;
}
</style>
border-color css
<style>
span { border-color: #0C1E34; }
span { border-color: rgb(12,30,52); }
td.TdClassName
{
border-color: #0C1E34;
}
.TagClassName
{
border-color: #0C1E34;
}
</style>