Shades of Black Pearl #0C1A25
Tints of Black Pearl #0C1A25
RGB
CMYK
RGB Variations
Color information
#0C1A25 (or 0x0C1A25) is known color: Black Pearl. HEX triplet: 0C, 1A and 25. RGB value is (12,26,37). Sum of RGB (Red+Green+Blue) = 12+26+37=75 (9% of max value = 765). Red value is 12 (5.08% from 255 or 16% from 75); Green value is 26 (10.55% from 255 or 34.67% from 75); Blue value is 37 (14.84% from 255 or 49.33% from 75); Max value from RGB is 37 - color contains mainly: blue. Hex color #0C1A25 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0C1A25 is #F3E5DA. Grayscale: #171717. Windows color (decimal): -15984091 or 2431500. OLE color: 2431500.
HSL color Cylindrical-coordinate representation of color #0C1A25: hue angle of 206.4º degrees, saturation: 0.51, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #0C1A25 is Cyan = 0.68, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.85.
Color convert
| RGB | 12 | 26 | 37 | - |
| CMYK | 0.68 | 0.30 | 0 | 0.85 |
| HSL | 206.4º | 0.51% | 0.1% | - |
| HSV(B) | 206.4º | 0.68% | 0.15% | - |
| XYZ | 0.85 | 0.95 | 1.89 | - |
| YUV | 23.07 | 135.86 | 120.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 26 | 37 | 0.68 | 0.30 | 0 | 0.85 | 206.4 | 0.51 | 0.1 |
| Hex | C | 1A | 25 | 44 | 1E | 0 | 55 | CE | 33 | A |
| Octal | 14 | 32 | 45 | 104 | 36 | 0 | 125 | 316 | 63 | 12 |
| Binary | 1100 | 11010 | 100101 | 1000100 | 11110 | 0 | 1010101 | 11001110 | 110011 | 1010 |
Color Harmonies of #0C1A25
Complementary color
Monochromatic Colors of #0C1A25
Black with #0C1A25
Text Example
Text Example
White with #0C1A25
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0C1A25; }
p { color: rgb(12,26,37); }
H1.HeaderClassName
{
color: #0C1A25;
}
.AnyTagClassName
{
color: #0C1A25;
}
</style>
background-color css
<style>
a { background-color: #0C1A25; }
a { background-color: rgb(12,26,37); }
div.DivClassName
{
background-color: #0C1A25;
}
.BgClassName
{
background-color: #0C1A25;
}
</style>
border-color css
<style>
span { border-color: #0C1A25; }
span { border-color: rgb(12,26,37); }
td.TdClassName
{
border-color: #0C1A25;
}
.TagClassName
{
border-color: #0C1A25;
}
</style>