Shades of Black Pearl #01282D
Tints of Black Pearl #01282D
RGB
CMYK
RGB Variations
Color information
#01282D (or 0x01282D) is known color: Black Pearl. HEX triplet: 01, 28 and 2D. RGB value is (1,40,45). Sum of RGB (Red+Green+Blue) = 1+40+45=86 (11% of max value = 765). Red value is 1 (0.78% from 255 or 1.16% from 86); Green value is 40 (16.02% from 255 or 46.51% from 86); Blue value is 45 (17.97% from 255 or 52.33% from 86); Max value from RGB is 45 - color contains mainly: blue. Hex color #01282D is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #01282D is #FED7D2. Grayscale: #1C1C1C. Windows color (decimal): -16701395 or 2959361. OLE color: 2959361.
HSL color Cylindrical-coordinate representation of color #01282D: hue angle of 186.82º 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 #01282D is Cyan = 0.98, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 1 | 40 | 45 | - |
| CMYK | 0.98 | 0.11 | 0 | 0.82 |
| HSL | 186.82º | 0.96% | 0.09% | - |
| HSV(B) | 186.82º | 0.98% | 0.18% | - |
| XYZ | 1.24 | 1.71 | 2.75 | - |
| YUV | 28.91 | 137.08 | 108.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 40 | 45 | 0.98 | 0.11 | 0 | 0.82 | 186.82 | 0.96 | 0.09 |
| Hex | 1 | 28 | 2D | 62 | B | 0 | 52 | BB | 60 | 9 |
| Octal | 1 | 50 | 55 | 142 | 13 | 0 | 122 | 273 | 140 | 11 |
| Binary | 1 | 101000 | 101101 | 1100010 | 1011 | 0 | 1010010 | 10111011 | 1100000 | 1001 |
Color Harmonies of #01282D
Complementary color
Monochromatic Colors of #01282D
Black with #01282D
Text Example
Text Example
White with #01282D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01282D; }
p { color: rgb(1,40,45); }
H1.HeaderClassName
{
color: #01282D;
}
.AnyTagClassName
{
color: #01282D;
}
</style>
background-color css
<style>
a { background-color: #01282D; }
a { background-color: rgb(1,40,45); }
div.DivClassName
{
background-color: #01282D;
}
.BgClassName
{
background-color: #01282D;
}
</style>
border-color css
<style>
span { border-color: #01282D; }
span { border-color: rgb(1,40,45); }
td.TdClassName
{
border-color: #01282D;
}
.TagClassName
{
border-color: #01282D;
}
</style>