Shades of Black Pearl #01202B
Tints of Black Pearl #01202B
RGB
CMYK
RGB Variations
Color information
#01202B (or 0x01202B) is known color: Black Pearl. HEX triplet: 01, 20 and 2B. RGB value is (1,32,43). Sum of RGB (Red+Green+Blue) = 1+32+43=76 (10% of max value = 765). Red value is 1 (0.78% from 255 or 1.32% from 76); Green value is 32 (12.89% from 255 or 42.11% from 76); Blue value is 43 (17.19% from 255 or 56.58% from 76); Max value from RGB is 43 - color contains mainly: blue. Hex color #01202B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #01202B is #FEDFD4. Grayscale: #171717. Windows color (decimal): -16703445 or 2826241. OLE color: 2826241.
HSL color Cylindrical-coordinate representation of color #01202B: hue angle of 195.71º degrees, saturation: 0.95, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.17% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #01202B is Cyan = 0.98, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.83.
Color convert
| RGB | 1 | 32 | 43 | - |
| CMYK | 0.98 | 0.26 | 0 | 0.83 |
| HSL | 195.71º | 0.95% | 0.09% | - |
| HSV(B) | 195.71º | 0.98% | 0.17% | - |
| XYZ | 0.97 | 1.21 | 2.47 | - |
| YUV | 23.99 | 138.73 | 111.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 32 | 43 | 0.98 | 0.26 | 0 | 0.83 | 195.71 | 0.95 | 0.09 |
| Hex | 1 | 20 | 2B | 62 | 1A | 0 | 53 | C4 | 5F | 9 |
| Octal | 1 | 40 | 53 | 142 | 32 | 0 | 123 | 304 | 137 | 11 |
| Binary | 1 | 100000 | 101011 | 1100010 | 11010 | 0 | 1010011 | 11000100 | 1011111 | 1001 |
Color Harmonies of #01202B
Complementary color
Monochromatic Colors of #01202B
Black with #01202B
Text Example
Text Example
White with #01202B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01202B; }
p { color: rgb(1,32,43); }
H1.HeaderClassName
{
color: #01202B;
}
.AnyTagClassName
{
color: #01202B;
}
</style>
background-color css
<style>
a { background-color: #01202B; }
a { background-color: rgb(1,32,43); }
div.DivClassName
{
background-color: #01202B;
}
.BgClassName
{
background-color: #01202B;
}
</style>
border-color css
<style>
span { border-color: #01202B; }
span { border-color: rgb(1,32,43); }
td.TdClassName
{
border-color: #01202B;
}
.TagClassName
{
border-color: #01202B;
}
</style>