Shades of Black Pearl #01262A
Tints of Black Pearl #01262A
RGB
CMYK
RGB Variations
Color information
#01262A (or 0x01262A) is known color: Black Pearl. HEX triplet: 01, 26 and 2A. RGB value is (1,38,42). Sum of RGB (Red+Green+Blue) = 1+38+42=81 (10% of max value = 765). Red value is 1 (0.78% from 255 or 1.23% from 81); Green value is 38 (15.23% from 255 or 46.91% from 81); Blue value is 42 (16.80% from 255 or 51.85% from 81); Max value from RGB is 42 - color contains mainly: blue. Hex color #01262A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #01262A is #FED9D5. Grayscale: #1B1B1B. Windows color (decimal): -16701910 or 2762241. OLE color: 2762241.
HSL color Cylindrical-coordinate representation of color #01262A: hue angle of 185.85º degrees, saturation: 0.95, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #01262A is Cyan = 0.98, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.84.
Color convert
| RGB | 1 | 38 | 42 | - |
| CMYK | 0.98 | 0.10 | 0 | 0.84 |
| HSL | 185.85º | 0.95% | 0.08% | - |
| HSV(B) | 185.85º | 0.98% | 0.16% | - |
| XYZ | 1.12 | 1.56 | 2.43 | - |
| YUV | 27.39 | 136.24 | 109.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 38 | 42 | 0.98 | 0.10 | 0 | 0.84 | 185.85 | 0.95 | 0.08 |
| Hex | 1 | 26 | 2A | 62 | A | 0 | 54 | BA | 5F | 8 |
| Octal | 1 | 46 | 52 | 142 | 12 | 0 | 124 | 272 | 137 | 10 |
| Binary | 1 | 100110 | 101010 | 1100010 | 1010 | 0 | 1010100 | 10111010 | 1011111 | 1000 |
Color Harmonies of #01262A
Complementary color
Monochromatic Colors of #01262A
Black with #01262A
Text Example
Text Example
White with #01262A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01262A; }
p { color: rgb(1,38,42); }
H1.HeaderClassName
{
color: #01262A;
}
.AnyTagClassName
{
color: #01262A;
}
</style>
background-color css
<style>
a { background-color: #01262A; }
a { background-color: rgb(1,38,42); }
div.DivClassName
{
background-color: #01262A;
}
.BgClassName
{
background-color: #01262A;
}
</style>
border-color css
<style>
span { border-color: #01262A; }
span { border-color: rgb(1,38,42); }
td.TdClassName
{
border-color: #01262A;
}
.TagClassName
{
border-color: #01262A;
}
</style>