Shades of Black Pearl #01202A
Tints of Black Pearl #01202A
RGB
CMYK
RGB Variations
Color information
#01202A (or 0x01202A) is known color: Black Pearl. HEX triplet: 01, 20 and 2A. RGB value is (1,32,42). Sum of RGB (Red+Green+Blue) = 1+32+42=75 (9% of max value = 765). Red value is 1 (0.78% from 255 or 1.33% from 75); Green value is 32 (12.89% from 255 or 42.67% from 75); Blue value is 42 (16.80% from 255 or 56% from 75); Max value from RGB is 42 - color contains mainly: blue. Hex color #01202A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #01202A is #FEDFD5. Grayscale: #171717. Windows color (decimal): -16703446 or 2760705. OLE color: 2760705.
HSL color Cylindrical-coordinate representation of color #01202A: hue angle of 194.63º degrees, saturation: 0.95, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #01202A is Cyan = 0.98, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.84.
Color convert
| RGB | 1 | 32 | 42 | - |
| CMYK | 0.98 | 0.24 | 0 | 0.84 |
| HSL | 194.63º | 0.95% | 0.08% | - |
| HSV(B) | 194.63º | 0.98% | 0.16% | - |
| XYZ | 0.95 | 1.21 | 2.37 | - |
| YUV | 23.87 | 138.23 | 111.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 32 | 42 | 0.98 | 0.24 | 0 | 0.84 | 194.63 | 0.95 | 0.08 |
| Hex | 1 | 20 | 2A | 62 | 18 | 0 | 54 | C3 | 5F | 8 |
| Octal | 1 | 40 | 52 | 142 | 30 | 0 | 124 | 303 | 137 | 10 |
| Binary | 1 | 100000 | 101010 | 1100010 | 11000 | 0 | 1010100 | 11000011 | 1011111 | 1000 |
Color Harmonies of #01202A
Complementary color
Monochromatic Colors of #01202A
Black with #01202A
Text Example
Text Example
White with #01202A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01202A; }
p { color: rgb(1,32,42); }
H1.HeaderClassName
{
color: #01202A;
}
.AnyTagClassName
{
color: #01202A;
}
</style>
background-color css
<style>
a { background-color: #01202A; }
a { background-color: rgb(1,32,42); }
div.DivClassName
{
background-color: #01202A;
}
.BgClassName
{
background-color: #01202A;
}
</style>
border-color css
<style>
span { border-color: #01202A; }
span { border-color: rgb(1,32,42); }
td.TdClassName
{
border-color: #01202A;
}
.TagClassName
{
border-color: #01202A;
}
</style>