Shades of Black Pearl #01282E
Tints of Black Pearl #01282E
RGB
CMYK
RGB Variations
Color information
#01282E (or 0x01282E) is known color: Black Pearl. HEX triplet: 01, 28 and 2E. RGB value is (1,40,46). Sum of RGB (Red+Green+Blue) = 1+40+46=87 (11% of max value = 765). Red value is 1 (0.78% from 255 or 1.15% from 87); Green value is 40 (16.02% from 255 or 45.98% from 87); Blue value is 46 (18.36% from 255 or 52.87% from 87); Max value from RGB is 46 - color contains mainly: blue. Hex color #01282E is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #01282E is #FED7D1. Grayscale: #1C1C1C. Windows color (decimal): -16701394 or 3024897. OLE color: 3024897.
HSL color Cylindrical-coordinate representation of color #01282E: hue angle of 188º 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 #01282E is Cyan = 0.98, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 1 | 40 | 46 | - |
| CMYK | 0.98 | 0.13 | 0 | 0.82 |
| HSL | 188º | 0.96% | 0.09% | - |
| HSV(B) | 188º | 0.98% | 0.18% | - |
| XYZ | 1.26 | 1.72 | 2.85 | - |
| YUV | 29.02 | 137.58 | 108.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 40 | 46 | 0.98 | 0.13 | 0 | 0.82 | 188 | 0.96 | 0.09 |
| Hex | 1 | 28 | 2E | 62 | D | 0 | 52 | BC | 60 | 9 |
| Octal | 1 | 50 | 56 | 142 | 15 | 0 | 122 | 274 | 140 | 11 |
| Binary | 1 | 101000 | 101110 | 1100010 | 1101 | 0 | 1010010 | 10111100 | 1100000 | 1001 |
Color Harmonies of #01282E
Complementary color
Monochromatic Colors of #01282E
Black with #01282E
Text Example
Text Example
White with #01282E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01282E; }
p { color: rgb(1,40,46); }
H1.HeaderClassName
{
color: #01282E;
}
.AnyTagClassName
{
color: #01282E;
}
</style>
background-color css
<style>
a { background-color: #01282E; }
a { background-color: rgb(1,40,46); }
div.DivClassName
{
background-color: #01282E;
}
.BgClassName
{
background-color: #01282E;
}
</style>
border-color css
<style>
span { border-color: #01282E; }
span { border-color: rgb(1,40,46); }
td.TdClassName
{
border-color: #01282E;
}
.TagClassName
{
border-color: #01282E;
}
</style>