Shades of Black Pearl #01202E
Tints of Black Pearl #01202E
RGB
CMYK
RGB Variations
Color information
#01202E (or 0x01202E) is known color: Black Pearl. HEX triplet: 01, 20 and 2E. RGB value is (1,32,46). Sum of RGB (Red+Green+Blue) = 1+32+46=79 (10% of max value = 765). Red value is 1 (0.78% from 255 or 1.27% from 79); Green value is 32 (12.89% from 255 or 40.51% from 79); Blue value is 46 (18.36% from 255 or 58.23% from 79); Max value from RGB is 46 - color contains mainly: blue. Hex color #01202E is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #01202E is #FEDFD1. Grayscale: #181818. Windows color (decimal): -16703442 or 3022849. OLE color: 3022849.
HSL color Cylindrical-coordinate representation of color #01202E: hue angle of 198.67º degrees, saturation: 0.96, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #01202E is Cyan = 0.98, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 1 | 32 | 46 | - |
| CMYK | 0.98 | 0.30 | 0 | 0.82 |
| HSL | 198.67º | 0.96% | 0.09% | - |
| HSV(B) | 198.67º | 0.98% | 0.18% | - |
| XYZ | 1.02 | 1.24 | 2.77 | - |
| YUV | 24.33 | 140.23 | 111.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 32 | 46 | 0.98 | 0.30 | 0 | 0.82 | 198.67 | 0.96 | 0.09 |
| Hex | 1 | 20 | 2E | 62 | 1E | 0 | 52 | C7 | 60 | 9 |
| Octal | 1 | 40 | 56 | 142 | 36 | 0 | 122 | 307 | 140 | 11 |
| Binary | 1 | 100000 | 101110 | 1100010 | 11110 | 0 | 1010010 | 11000111 | 1100000 | 1001 |
Color Harmonies of #01202E
Complementary color
Monochromatic Colors of #01202E
Black with #01202E
Text Example
Text Example
White with #01202E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01202E; }
p { color: rgb(1,32,46); }
H1.HeaderClassName
{
color: #01202E;
}
.AnyTagClassName
{
color: #01202E;
}
</style>
background-color css
<style>
a { background-color: #01202E; }
a { background-color: rgb(1,32,46); }
div.DivClassName
{
background-color: #01202E;
}
.BgClassName
{
background-color: #01202E;
}
</style>
border-color css
<style>
span { border-color: #01202E; }
span { border-color: rgb(1,32,46); }
td.TdClassName
{
border-color: #01202E;
}
.TagClassName
{
border-color: #01202E;
}
</style>