Shades of Black Pearl #012331
Tints of Black Pearl #012331
RGB
CMYK
RGB Variations
Color information
#012331 (or 0x012331) is known color: Black Pearl. HEX triplet: 01, 23 and 31. RGB value is (1,35,49). Sum of RGB (Red+Green+Blue) = 1+35+49=85 (11% of max value = 765). Red value is 1 (0.78% from 255 or 1.18% from 85); Green value is 35 (14.06% from 255 or 41.18% from 85); Blue value is 49 (19.53% from 255 or 57.65% from 85); Max value from RGB is 49 - color contains mainly: blue. Hex color #012331 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #012331 is #FEDCCE. Grayscale: #1A1A1A. Windows color (decimal): -16702671 or 3220225. OLE color: 3220225.
HSL color Cylindrical-coordinate representation of color #012331: hue angle of 197.5º degrees, saturation: 0.96, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #012331 is Cyan = 0.98, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 1 | 35 | 49 | - |
| CMYK | 0.98 | 0.29 | 0 | 0.81 |
| HSL | 197.5º | 0.96% | 0.1% | - |
| HSV(B) | 197.5º | 0.98% | 0.19% | - |
| XYZ | 1.17 | 1.43 | 3.12 | - |
| YUV | 26.43 | 140.74 | 109.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 35 | 49 | 0.98 | 0.29 | 0 | 0.81 | 197.5 | 0.96 | 0.1 |
| Hex | 1 | 23 | 31 | 62 | 1D | 0 | 51 | C6 | 60 | A |
| Octal | 1 | 43 | 61 | 142 | 35 | 0 | 121 | 306 | 140 | 12 |
| Binary | 1 | 100011 | 110001 | 1100010 | 11101 | 0 | 1010001 | 11000110 | 1100000 | 1010 |
Color Harmonies of #012331
Complementary color
Monochromatic Colors of #012331
Black with #012331
Text Example
Text Example
White with #012331
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #012331; }
p { color: rgb(1,35,49); }
H1.HeaderClassName
{
color: #012331;
}
.AnyTagClassName
{
color: #012331;
}
</style>
background-color css
<style>
a { background-color: #012331; }
a { background-color: rgb(1,35,49); }
div.DivClassName
{
background-color: #012331;
}
.BgClassName
{
background-color: #012331;
}
</style>
border-color css
<style>
span { border-color: #012331; }
span { border-color: rgb(1,35,49); }
td.TdClassName
{
border-color: #012331;
}
.TagClassName
{
border-color: #012331;
}
</style>