Shades of Black Pearl #010C1F
Tints of Black Pearl #010C1F
RGB
CMYK
RGB Variations
Color information
#010C1F (or 0x010C1F) is known color: Black Pearl. HEX triplet: 01, 0C and 1F. RGB value is (1,12,31). Sum of RGB (Red+Green+Blue) = 1+12+31=44 (5% of max value = 765). Red value is 1 (0.78% from 255 or 2.27% from 44); Green value is 12 (5.08% from 255 or 27.27% from 44); Blue value is 31 (12.5% from 255 or 70.45% from 44); Max value from RGB is 31 - color contains mainly: blue. Hex color #010C1F is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #010C1F is #FEF3E0. Grayscale: #0A0A0A. Windows color (decimal): -16708577 or 2034689. OLE color: 2034689.
HSL color Cylindrical-coordinate representation of color #010C1F: hue angle of 218º degrees, saturation: 0.94, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.12% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #010C1F is Cyan = 0.97, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.88.
Color convert
| RGB | 1 | 12 | 31 | - |
| CMYK | 0.97 | 0.61 | 0 | 0.88 |
| HSL | 218º | 0.94% | 0.06% | - |
| HSV(B) | 218º | 0.97% | 0.12% | - |
| XYZ | 0.39 | 0.37 | 1.35 | - |
| YUV | 10.88 | 139.36 | 120.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 12 | 31 | 0.97 | 0.61 | 0 | 0.88 | 218 | 0.94 | 0.06 |
| Hex | 1 | C | 1F | 61 | 3D | 0 | 58 | DA | 5E | 6 |
| Octal | 1 | 14 | 37 | 141 | 75 | 0 | 130 | 332 | 136 | 6 |
| Binary | 1 | 1100 | 11111 | 1100001 | 111101 | 0 | 1011000 | 11011010 | 1011110 | 110 |
Color Harmonies of #010C1F
Complementary color
Monochromatic Colors of #010C1F
Black with #010C1F
Text Example
Text Example
White with #010C1F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #010C1F; }
p { color: rgb(1,12,31); }
H1.HeaderClassName
{
color: #010C1F;
}
.AnyTagClassName
{
color: #010C1F;
}
</style>
background-color css
<style>
a { background-color: #010C1F; }
a { background-color: rgb(1,12,31); }
div.DivClassName
{
background-color: #010C1F;
}
.BgClassName
{
background-color: #010C1F;
}
</style>
border-color css
<style>
span { border-color: #010C1F; }
span { border-color: rgb(1,12,31); }
td.TdClassName
{
border-color: #010C1F;
}
.TagClassName
{
border-color: #010C1F;
}
</style>