Shades of Black Pearl #01202F
Tints of Black Pearl #01202F
RGB
CMYK
RGB Variations
Color information
#01202F (or 0x01202F) is known color: Black Pearl. HEX triplet: 01, 20 and 2F. RGB value is (1,32,47). Sum of RGB (Red+Green+Blue) = 1+32+47=80 (10% of max value = 765). Red value is 1 (0.78% from 255 or 1.25% from 80); Green value is 32 (12.89% from 255 or 40% from 80); Blue value is 47 (18.75% from 255 or 58.75% from 80); Max value from RGB is 47 - color contains mainly: blue. Hex color #01202F is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #01202F is #FEDFD0. Grayscale: #181818. Windows color (decimal): -16703441 or 3088385. OLE color: 3088385.
HSL color Cylindrical-coordinate representation of color #01202F: hue angle of 199.57º 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 #01202F is Cyan = 0.98, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 1 | 32 | 47 | - |
| CMYK | 0.98 | 0.32 | 0 | 0.82 |
| HSL | 199.57º | 0.96% | 0.09% | - |
| HSV(B) | 199.57º | 0.98% | 0.18% | - |
| XYZ | 1.04 | 1.24 | 2.87 | - |
| YUV | 24.44 | 140.73 | 111.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 32 | 47 | 0.98 | 0.32 | 0 | 0.82 | 199.57 | 0.96 | 0.09 |
| Hex | 1 | 20 | 2F | 62 | 20 | 0 | 52 | C8 | 60 | 9 |
| Octal | 1 | 40 | 57 | 142 | 40 | 0 | 122 | 310 | 140 | 11 |
| Binary | 1 | 100000 | 101111 | 1100010 | 100000 | 0 | 1010010 | 11001000 | 1100000 | 1001 |
Color Harmonies of #01202F
Complementary color
Monochromatic Colors of #01202F
Black with #01202F
Text Example
Text Example
White with #01202F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01202F; }
p { color: rgb(1,32,47); }
H1.HeaderClassName
{
color: #01202F;
}
.AnyTagClassName
{
color: #01202F;
}
</style>
background-color css
<style>
a { background-color: #01202F; }
a { background-color: rgb(1,32,47); }
div.DivClassName
{
background-color: #01202F;
}
.BgClassName
{
background-color: #01202F;
}
</style>
border-color css
<style>
span { border-color: #01202F; }
span { border-color: rgb(1,32,47); }
td.TdClassName
{
border-color: #01202F;
}
.TagClassName
{
border-color: #01202F;
}
</style>