Shades of Black Pearl #010203
Tints of Black Pearl #010203
RGB
CMYK
RGB Variations
Color information
#010203 (or 0x010203) is known color: Black Pearl. HEX triplet: 01, 02 and 03. RGB value is (1,2,3). Sum of RGB (Red+Green+Blue) = 1+2+3=6 (0% of max value = 765). Red value is 1 (0.78% from 255 or 16.67% from 6); Green value is 2 (1.17% from 255 or 33.33% from 6); Blue value is 3 (1.56% from 255 or 50% from 6); Max value from RGB is 3 - color contains mainly: blue. Hex color #010203 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #010203 is #FEFDFC. Grayscale: #010101. Windows color (decimal): -16711165 or 197121. OLE color: 197121.
HSL color Cylindrical-coordinate representation of color #010203: hue angle of 210º degrees, saturation: 0.5, lightness: 0.01%. HSV value (or HSB Brightness) of color is 0.01% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #010203 is Cyan = 0.67, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.99.
Color convert
| RGB | 1 | 2 | 3 | - |
| CMYK | 0.67 | 0.33 | 0 | 0.99 |
| HSL | 210º | 0.5% | 0.01% | - |
| HSV(B) | 210º | 0.67% | 0.01% | - |
| XYZ | 0.05 | 0.06 | 0.09 | - |
| YUV | 1.82 | 128.67 | 127.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 2 | 3 | 0.67 | 0.33 | 0 | 0.99 | 210 | 0.5 | 0.01 |
| Hex | 1 | 2 | 3 | 43 | 21 | 0 | 63 | D2 | 32 | 1 |
| Octal | 1 | 2 | 3 | 103 | 41 | 0 | 143 | 322 | 62 | 1 |
| Binary | 1 | 10 | 11 | 1000011 | 100001 | 0 | 1100011 | 11010010 | 110010 | 1 |
Color Harmonies of #010203
Complementary color
Monochromatic Colors of #010203
Black with #010203
Text Example
Text Example
White with #010203
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #010203; }
p { color: rgb(1,2,3); }
H1.HeaderClassName
{
color: #010203;
}
.AnyTagClassName
{
color: #010203;
}
</style>
background-color css
<style>
a { background-color: #010203; }
a { background-color: rgb(1,2,3); }
div.DivClassName
{
background-color: #010203;
}
.BgClassName
{
background-color: #010203;
}
</style>
border-color css
<style>
span { border-color: #010203; }
span { border-color: rgb(1,2,3); }
td.TdClassName
{
border-color: #010203;
}
.TagClassName
{
border-color: #010203;
}
</style>