Shades of Black Pearl #00262C
Tints of Black Pearl #00262C
RGB
CMYK
RGB Variations
Color information
#00262C (or 0x00262C) is known color: Black Pearl. HEX triplet: 00, 26 and 2C. RGB value is (0,38,44). Sum of RGB (Red+Green+Blue) = 0+38+44=82 (10% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 82); Green value is 38 (15.23% from 255 or 46.34% from 82); Blue value is 44 (17.58% from 255 or 53.66% from 82); Max value from RGB is 44 - color contains mainly: blue. Hex color #00262C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #00262C is #FFD9D3. Grayscale: #1B1B1B. Windows color (decimal): -16767444 or 2893312. OLE color: 2893312.
HSL color Cylindrical-coordinate representation of color #00262C: hue angle of 188.18º degrees, saturation: 1, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.17% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00262C is Cyan = 1, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.83.
Color convert
| RGB | 0 | 38 | 44 | - |
| CMYK | 1 | 0.14 | 0 | 0.83 |
| HSL | 188.18º | 1% | 0.09% | - |
| HSV(B) | 188.18º | 1% | 0.17% | - |
| XYZ | 1.15 | 1.57 | 2.63 | - |
| YUV | 27.32 | 137.41 | 108.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 38 | 44 | 1 | 0.14 | 0 | 0.83 | 188.18 | 1 | 0.09 |
| Hex | 0 | 26 | 2C | 64 | E | 0 | 53 | BC | 64 | 9 |
| Octal | 0 | 46 | 54 | 144 | 16 | 0 | 123 | 274 | 144 | 11 |
| Binary | 0 | 100110 | 101100 | 1100100 | 1110 | 0 | 1010011 | 10111100 | 1100100 | 1001 |
Color Harmonies of #00262C
Complementary color
Monochromatic Colors of #00262C
Black with #00262C
Text Example
Text Example
White with #00262C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00262C; }
p { color: rgb(0,38,44); }
H1.HeaderClassName
{
color: #00262C;
}
.AnyTagClassName
{
color: #00262C;
}
</style>
background-color css
<style>
a { background-color: #00262C; }
a { background-color: rgb(0,38,44); }
div.DivClassName
{
background-color: #00262C;
}
.BgClassName
{
background-color: #00262C;
}
</style>
border-color css
<style>
span { border-color: #00262C; }
span { border-color: rgb(0,38,44); }
td.TdClassName
{
border-color: #00262C;
}
.TagClassName
{
border-color: #00262C;
}
</style>