Shades of Black Pearl #00262B
Tints of Black Pearl #00262B
RGB
CMYK
RGB Variations
Color information
#00262B (or 0x00262B) is known color: Black Pearl. HEX triplet: 00, 26 and 2B. RGB value is (0,38,43). Sum of RGB (Red+Green+Blue) = 0+38+43=81 (10% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 81); Green value is 38 (15.23% from 255 or 46.91% from 81); Blue value is 43 (17.19% from 255 or 53.09% from 81); Max value from RGB is 43 - color contains mainly: blue. Hex color #00262B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #00262B is #FFD9D4. Grayscale: #1B1B1B. Windows color (decimal): -16767445 or 2827776. OLE color: 2827776.
HSL color Cylindrical-coordinate representation of color #00262B: hue angle of 186.98º degrees, saturation: 1, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.17% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00262B is Cyan = 1, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.83.
Color convert
| RGB | 0 | 38 | 43 | - |
| CMYK | 1 | 0.12 | 0 | 0.83 |
| HSL | 186.98º | 1% | 0.08% | - |
| HSV(B) | 186.98º | 1% | 0.17% | - |
| XYZ | 1.13 | 1.56 | 2.53 | - |
| YUV | 27.21 | 136.91 | 108.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 38 | 43 | 1 | 0.12 | 0 | 0.83 | 186.98 | 1 | 0.08 |
| Hex | 0 | 26 | 2B | 64 | C | 0 | 53 | BB | 64 | 8 |
| Octal | 0 | 46 | 53 | 144 | 14 | 0 | 123 | 273 | 144 | 10 |
| Binary | 0 | 100110 | 101011 | 1100100 | 1100 | 0 | 1010011 | 10111011 | 1100100 | 1000 |
Color Harmonies of #00262B
Complementary color
Monochromatic Colors of #00262B
Black with #00262B
Text Example
Text Example
White with #00262B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00262B; }
p { color: rgb(0,38,43); }
H1.HeaderClassName
{
color: #00262B;
}
.AnyTagClassName
{
color: #00262B;
}
</style>
background-color css
<style>
a { background-color: #00262B; }
a { background-color: rgb(0,38,43); }
div.DivClassName
{
background-color: #00262B;
}
.BgClassName
{
background-color: #00262B;
}
</style>
border-color css
<style>
span { border-color: #00262B; }
span { border-color: rgb(0,38,43); }
td.TdClassName
{
border-color: #00262B;
}
.TagClassName
{
border-color: #00262B;
}
</style>