Shades of Black Pearl #01242D
Tints of Black Pearl #01242D
RGB
CMYK
RGB Variations
Color information
#01242D (or 0x01242D) is known color: Black Pearl. HEX triplet: 01, 24 and 2D. RGB value is (1,36,45). Sum of RGB (Red+Green+Blue) = 1+36+45=82 (10% of max value = 765). Red value is 1 (0.78% from 255 or 1.22% from 82); Green value is 36 (14.45% from 255 or 43.90% from 82); Blue value is 45 (17.97% from 255 or 54.88% from 82); Max value from RGB is 45 - color contains mainly: blue. Hex color #01242D is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #01242D is #FEDBD2. Grayscale: #1A1A1A. Windows color (decimal): -16702419 or 2958337. OLE color: 2958337.
HSL color Cylindrical-coordinate representation of color #01242D: hue angle of 192.27º 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 #01242D is Cyan = 0.98, Magento = 0.2, Yellow = 0 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 1 | 36 | 45 | - |
| CMYK | 0.98 | 0.2 | 0 | 0.82 |
| HSL | 192.27º | 0.96% | 0.09% | - |
| HSV(B) | 192.27º | 0.98% | 0.18% | - |
| XYZ | 1.12 | 1.46 | 2.71 | - |
| YUV | 26.56 | 138.4 | 109.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 36 | 45 | 0.98 | 0.2 | 0 | 0.82 | 192.27 | 0.96 | 0.09 |
| Hex | 1 | 24 | 2D | 62 | 14 | 0 | 52 | C0 | 60 | 9 |
| Octal | 1 | 44 | 55 | 142 | 24 | 0 | 122 | 300 | 140 | 11 |
| Binary | 1 | 100100 | 101101 | 1100010 | 10100 | 0 | 1010010 | 11000000 | 1100000 | 1001 |
Color Harmonies of #01242D
Complementary color
Monochromatic Colors of #01242D
Black with #01242D
Text Example
Text Example
White with #01242D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01242D; }
p { color: rgb(1,36,45); }
H1.HeaderClassName
{
color: #01242D;
}
.AnyTagClassName
{
color: #01242D;
}
</style>
background-color css
<style>
a { background-color: #01242D; }
a { background-color: rgb(1,36,45); }
div.DivClassName
{
background-color: #01242D;
}
.BgClassName
{
background-color: #01242D;
}
</style>
border-color css
<style>
span { border-color: #01242D; }
span { border-color: rgb(1,36,45); }
td.TdClassName
{
border-color: #01242D;
}
.TagClassName
{
border-color: #01242D;
}
</style>