Shades of Black Pearl #01262B
Tints of Black Pearl #01262B
RGB
CMYK
RGB Variations
Color information
#01262B (or 0x01262B) is known color: Black Pearl. HEX triplet: 01, 26 and 2B. RGB value is (1,38,43). Sum of RGB (Red+Green+Blue) = 1+38+43=82 (10% of max value = 765). Red value is 1 (0.78% from 255 or 1.22% from 82); Green value is 38 (15.23% from 255 or 46.34% from 82); Blue value is 43 (17.19% from 255 or 52.44% from 82); Max value from RGB is 43 - color contains mainly: blue. Hex color #01262B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #01262B is #FED9D4. Grayscale: #1B1B1B. Windows color (decimal): -16701909 or 2827777. OLE color: 2827777.
HSL color Cylindrical-coordinate representation of color #01262B: hue angle of 187.14º degrees, saturation: 0.95, 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 #01262B is Cyan = 0.98, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.83.
Color convert
| RGB | 1 | 38 | 43 | - |
| CMYK | 0.98 | 0.12 | 0 | 0.83 |
| HSL | 187.14º | 0.95% | 0.09% | - |
| HSV(B) | 187.14º | 0.98% | 0.17% | - |
| XYZ | 1.14 | 1.57 | 2.53 | - |
| YUV | 27.51 | 136.74 | 109.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 38 | 43 | 0.98 | 0.12 | 0 | 0.83 | 187.14 | 0.95 | 0.09 |
| Hex | 1 | 26 | 2B | 62 | C | 0 | 53 | BB | 5F | 9 |
| Octal | 1 | 46 | 53 | 142 | 14 | 0 | 123 | 273 | 137 | 11 |
| Binary | 1 | 100110 | 101011 | 1100010 | 1100 | 0 | 1010011 | 10111011 | 1011111 | 1001 |
Color Harmonies of #01262B
Complementary color
Monochromatic Colors of #01262B
Black with #01262B
Text Example
Text Example
White with #01262B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01262B; }
p { color: rgb(1,38,43); }
H1.HeaderClassName
{
color: #01262B;
}
.AnyTagClassName
{
color: #01262B;
}
</style>
background-color css
<style>
a { background-color: #01262B; }
a { background-color: rgb(1,38,43); }
div.DivClassName
{
background-color: #01262B;
}
.BgClassName
{
background-color: #01262B;
}
</style>
border-color css
<style>
span { border-color: #01262B; }
span { border-color: rgb(1,38,43); }
td.TdClassName
{
border-color: #01262B;
}
.TagClassName
{
border-color: #01262B;
}
</style>