Shades of Black Pearl #00262F
Tints of Black Pearl #00262F
RGB
CMYK
RGB Variations
Color information
#00262F (or 0x00262F) is known color: Black Pearl. HEX triplet: 00, 26 and 2F. RGB value is (0,38,47). Sum of RGB (Red+Green+Blue) = 0+38+47=85 (11% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 85); Green value is 38 (15.23% from 255 or 44.71% from 85); Blue value is 47 (18.75% from 255 or 55.29% from 85); Max value from RGB is 47 - color contains mainly: blue. Hex color #00262F is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #00262F is #FFD9D0. Grayscale: #1B1B1B. Windows color (decimal): -16767441 or 3089920. OLE color: 3089920.
HSL color Cylindrical-coordinate representation of color #00262F: hue angle of 191.49º degrees, saturation: 1, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00262F is Cyan = 1, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 0 | 38 | 47 | - |
| CMYK | 1 | 0.19 | 0 | 0.82 |
| HSL | 191.49º | 1% | 0.09% | - |
| HSV(B) | 191.49º | 1% | 0.18% | - |
| XYZ | 1.21 | 1.59 | 2.93 | - |
| YUV | 27.66 | 138.91 | 108.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 38 | 47 | 1 | 0.19 | 0 | 0.82 | 191.49 | 1 | 0.09 |
| Hex | 0 | 26 | 2F | 64 | 13 | 0 | 52 | BF | 64 | 9 |
| Octal | 0 | 46 | 57 | 144 | 23 | 0 | 122 | 277 | 144 | 11 |
| Binary | 0 | 100110 | 101111 | 1100100 | 10011 | 0 | 1010010 | 10111111 | 1100100 | 1001 |
Color Harmonies of #00262F
Complementary color
Monochromatic Colors of #00262F
Black with #00262F
Text Example
Text Example
White with #00262F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00262F; }
p { color: rgb(0,38,47); }
H1.HeaderClassName
{
color: #00262F;
}
.AnyTagClassName
{
color: #00262F;
}
</style>
background-color css
<style>
a { background-color: #00262F; }
a { background-color: rgb(0,38,47); }
div.DivClassName
{
background-color: #00262F;
}
.BgClassName
{
background-color: #00262F;
}
</style>
border-color css
<style>
span { border-color: #00262F; }
span { border-color: rgb(0,38,47); }
td.TdClassName
{
border-color: #00262F;
}
.TagClassName
{
border-color: #00262F;
}
</style>