Shades of Black Pearl #012231
Tints of Black Pearl #012231
RGB
CMYK
RGB Variations
Color information
#012231 (or 0x012231) is known color: Black Pearl. HEX triplet: 01, 22 and 31. RGB value is (1,34,49). Sum of RGB (Red+Green+Blue) = 1+34+49=84 (11% of max value = 765). Red value is 1 (0.78% from 255 or 1.19% from 84); Green value is 34 (13.67% from 255 or 40.48% from 84); Blue value is 49 (19.53% from 255 or 58.33% from 84); Max value from RGB is 49 - color contains mainly: blue. Hex color #012231 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #012231 is #FEDDCE. Grayscale: #191919. Windows color (decimal): -16702927 or 3219969. OLE color: 3219969.
HSL color Cylindrical-coordinate representation of color #012231: hue angle of 198.75º 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 #012231 is Cyan = 0.98, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 1 | 34 | 49 | - |
| CMYK | 0.98 | 0.31 | 0 | 0.81 |
| HSL | 198.75º | 0.96% | 0.1% | - |
| HSV(B) | 198.75º | 0.98% | 0.19% | - |
| XYZ | 1.14 | 1.37 | 3.11 | - |
| YUV | 25.84 | 141.07 | 110.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 34 | 49 | 0.98 | 0.31 | 0 | 0.81 | 198.75 | 0.96 | 0.1 |
| Hex | 1 | 22 | 31 | 62 | 1F | 0 | 51 | C7 | 60 | A |
| Octal | 1 | 42 | 61 | 142 | 37 | 0 | 121 | 307 | 140 | 12 |
| Binary | 1 | 100010 | 110001 | 1100010 | 11111 | 0 | 1010001 | 11000111 | 1100000 | 1010 |
Color Harmonies of #012231
Complementary color
Monochromatic Colors of #012231
Black with #012231
Text Example
Text Example
White with #012231
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #012231; }
p { color: rgb(1,34,49); }
H1.HeaderClassName
{
color: #012231;
}
.AnyTagClassName
{
color: #012231;
}
</style>
background-color css
<style>
a { background-color: #012231; }
a { background-color: rgb(1,34,49); }
div.DivClassName
{
background-color: #012231;
}
.BgClassName
{
background-color: #012231;
}
</style>
border-color css
<style>
span { border-color: #012231; }
span { border-color: rgb(1,34,49); }
td.TdClassName
{
border-color: #012231;
}
.TagClassName
{
border-color: #012231;
}
</style>