Shades of Black Pearl #012030
Tints of Black Pearl #012030
RGB
CMYK
RGB Variations
Color information
#012030 (or 0x012030) is known color: Black Pearl. HEX triplet: 01, 20 and 30. RGB value is (1,32,48). Sum of RGB (Red+Green+Blue) = 1+32+48=81 (10% of max value = 765). Red value is 1 (0.78% from 255 or 1.23% from 81); Green value is 32 (12.89% from 255 or 39.51% from 81); Blue value is 48 (19.14% from 255 or 59.26% from 81); Max value from RGB is 48 - color contains mainly: blue. Hex color #012030 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #012030 is #FEDFCF. Grayscale: #181818. Windows color (decimal): -16703440 or 3153921. OLE color: 3153921.
HSL color Cylindrical-coordinate representation of color #012030: hue angle of 200.43º 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 #012030 is Cyan = 0.98, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 1 | 32 | 48 | - |
| CMYK | 0.98 | 0.33 | 0 | 0.81 |
| HSL | 200.43º | 0.96% | 0.1% | - |
| HSV(B) | 200.43º | 0.98% | 0.19% | - |
| XYZ | 1.06 | 1.25 | 2.98 | - |
| YUV | 24.56 | 141.23 | 111.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 32 | 48 | 0.98 | 0.33 | 0 | 0.81 | 200.43 | 0.96 | 0.1 |
| Hex | 1 | 20 | 30 | 62 | 21 | 0 | 51 | C8 | 60 | A |
| Octal | 1 | 40 | 60 | 142 | 41 | 0 | 121 | 310 | 140 | 12 |
| Binary | 1 | 100000 | 110000 | 1100010 | 100001 | 0 | 1010001 | 11001000 | 1100000 | 1010 |
Color Harmonies of #012030
Complementary color
Monochromatic Colors of #012030
Black with #012030
Text Example
Text Example
White with #012030
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #012030; }
p { color: rgb(1,32,48); }
H1.HeaderClassName
{
color: #012030;
}
.AnyTagClassName
{
color: #012030;
}
</style>
background-color css
<style>
a { background-color: #012030; }
a { background-color: rgb(1,32,48); }
div.DivClassName
{
background-color: #012030;
}
.BgClassName
{
background-color: #012030;
}
</style>
border-color css
<style>
span { border-color: #012030; }
span { border-color: rgb(1,32,48); }
td.TdClassName
{
border-color: #012030;
}
.TagClassName
{
border-color: #012030;
}
</style>