Shades of Black Pearl #01242C
Tints of Black Pearl #01242C
RGB
CMYK
RGB Variations
Color information
#01242C (or 0x01242C) is known color: Black Pearl. HEX triplet: 01, 24 and 2C. RGB value is (1,36,44). Sum of RGB (Red+Green+Blue) = 1+36+44=81 (10% of max value = 765). Red value is 1 (0.78% from 255 or 1.23% from 81); Green value is 36 (14.45% from 255 or 44.44% from 81); Blue value is 44 (17.58% from 255 or 54.32% from 81); Max value from RGB is 44 - color contains mainly: blue. Hex color #01242C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #01242C is #FEDBD3. Grayscale: #1A1A1A. Windows color (decimal): -16702420 or 2892801. OLE color: 2892801.
HSL color Cylindrical-coordinate representation of color #01242C: hue angle of 191.16º degrees, saturation: 0.96, 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 #01242C is Cyan = 0.98, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.83.
Color convert
| RGB | 1 | 36 | 44 | - |
| CMYK | 0.98 | 0.18 | 0 | 0.83 |
| HSL | 191.16º | 0.96% | 0.09% | - |
| HSV(B) | 191.16º | 0.98% | 0.17% | - |
| XYZ | 1.1 | 1.45 | 2.6 | - |
| YUV | 26.45 | 137.9 | 109.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 36 | 44 | 0.98 | 0.18 | 0 | 0.83 | 191.16 | 0.96 | 0.09 |
| Hex | 1 | 24 | 2C | 62 | 12 | 0 | 53 | BF | 60 | 9 |
| Octal | 1 | 44 | 54 | 142 | 22 | 0 | 123 | 277 | 140 | 11 |
| Binary | 1 | 100100 | 101100 | 1100010 | 10010 | 0 | 1010011 | 10111111 | 1100000 | 1001 |
Color Harmonies of #01242C
Complementary color
Monochromatic Colors of #01242C
Black with #01242C
Text Example
Text Example
White with #01242C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01242C; }
p { color: rgb(1,36,44); }
H1.HeaderClassName
{
color: #01242C;
}
.AnyTagClassName
{
color: #01242C;
}
</style>
background-color css
<style>
a { background-color: #01242C; }
a { background-color: rgb(1,36,44); }
div.DivClassName
{
background-color: #01242C;
}
.BgClassName
{
background-color: #01242C;
}
</style>
border-color css
<style>
span { border-color: #01242C; }
span { border-color: rgb(1,36,44); }
td.TdClassName
{
border-color: #01242C;
}
.TagClassName
{
border-color: #01242C;
}
</style>