Shades of Black Pearl #0C2630
Tints of Black Pearl #0C2630
RGB
CMYK
RGB Variations
Color information
#0C2630 (or 0x0C2630) is known color: Black Pearl. HEX triplet: 0C, 26 and 30. RGB value is (12,38,48). Sum of RGB (Red+Green+Blue) = 12+38+48=98 (12% of max value = 765). Red value is 12 (5.08% from 255 or 12.24% from 98); Green value is 38 (15.23% from 255 or 38.78% from 98); Blue value is 48 (19.14% from 255 or 48.98% from 98); Max value from RGB is 48 - color contains mainly: blue. Hex color #0C2630 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0C2630 is #F3D9CF. Grayscale: #1F1F1F. Windows color (decimal): -15981008 or 3155468. OLE color: 3155468.
HSL color Cylindrical-coordinate representation of color #0C2630: hue angle of 196.67º 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 #0C2630 is Cyan = 0.75, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 12 | 38 | 48 | - |
| CMYK | 0.75 | 0.21 | 0 | 0.81 |
| HSL | 196.67º | 0.6% | 0.12% | - |
| HSV(B) | 196.67º | 0.75% | 0.19% | - |
| XYZ | 1.38 | 1.68 | 3.05 | - |
| YUV | 31.37 | 137.39 | 114.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 38 | 48 | 0.75 | 0.21 | 0 | 0.81 | 196.67 | 0.6 | 0.12 |
| Hex | C | 26 | 30 | 4B | 15 | 0 | 51 | C5 | 3C | C |
| Octal | 14 | 46 | 60 | 113 | 25 | 0 | 121 | 305 | 74 | 14 |
| Binary | 1100 | 100110 | 110000 | 1001011 | 10101 | 0 | 1010001 | 11000101 | 111100 | 1100 |
Color Harmonies of #0C2630
Complementary color
Monochromatic Colors of #0C2630
Black with #0C2630
Text Example
Text Example
White with #0C2630
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0C2630; }
p { color: rgb(12,38,48); }
H1.HeaderClassName
{
color: #0C2630;
}
.AnyTagClassName
{
color: #0C2630;
}
</style>
background-color css
<style>
a { background-color: #0C2630; }
a { background-color: rgb(12,38,48); }
div.DivClassName
{
background-color: #0C2630;
}
.BgClassName
{
background-color: #0C2630;
}
</style>
border-color css
<style>
span { border-color: #0C2630; }
span { border-color: rgb(12,38,48); }
td.TdClassName
{
border-color: #0C2630;
}
.TagClassName
{
border-color: #0C2630;
}
</style>