Shades of Black Pearl #0C2230
Tints of Black Pearl #0C2230
RGB
CMYK
RGB Variations
Color information
#0C2230 (or 0x0C2230) is known color: Black Pearl. HEX triplet: 0C, 22 and 30. RGB value is (12,34,48). Sum of RGB (Red+Green+Blue) = 12+34+48=94 (12% of max value = 765). Red value is 12 (5.08% from 255 or 12.77% from 94); Green value is 34 (13.67% from 255 or 36.17% from 94); Blue value is 48 (19.14% from 255 or 51.06% from 94); Max value from RGB is 48 - color contains mainly: blue. Hex color #0C2230 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0C2230 is #F3DDCF. Grayscale: #1C1C1C. Windows color (decimal): -15982032 or 3154444. OLE color: 3154444.
HSL color Cylindrical-coordinate representation of color #0C2230: hue angle of 203.33º 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 #0C2230 is Cyan = 0.75, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 12 | 34 | 48 | - |
| CMYK | 0.75 | 0.29 | 0 | 0.81 |
| HSL | 203.33º | 0.6% | 0.12% | - |
| HSV(B) | 203.33º | 0.75% | 0.19% | - |
| XYZ | 1.26 | 1.44 | 3.01 | - |
| YUV | 29.02 | 138.71 | 115.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 34 | 48 | 0.75 | 0.29 | 0 | 0.81 | 203.33 | 0.6 | 0.12 |
| Hex | C | 22 | 30 | 4B | 1D | 0 | 51 | CB | 3C | C |
| Octal | 14 | 42 | 60 | 113 | 35 | 0 | 121 | 313 | 74 | 14 |
| Binary | 1100 | 100010 | 110000 | 1001011 | 11101 | 0 | 1010001 | 11001011 | 111100 | 1100 |
Color Harmonies of #0C2230
Complementary color
Monochromatic Colors of #0C2230
Black with #0C2230
Text Example
Text Example
White with #0C2230
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0C2230; }
p { color: rgb(12,34,48); }
H1.HeaderClassName
{
color: #0C2230;
}
.AnyTagClassName
{
color: #0C2230;
}
</style>
background-color css
<style>
a { background-color: #0C2230; }
a { background-color: rgb(12,34,48); }
div.DivClassName
{
background-color: #0C2230;
}
.BgClassName
{
background-color: #0C2230;
}
</style>
border-color css
<style>
span { border-color: #0C2230; }
span { border-color: rgb(12,34,48); }
td.TdClassName
{
border-color: #0C2230;
}
.TagClassName
{
border-color: #0C2230;
}
</style>