Shades of Black Pearl #08262F
Tints of Black Pearl #08262F
RGB
CMYK
RGB Variations
Color information
#08262F (or 0x08262F) is known color: Black Pearl. HEX triplet: 08, 26 and 2F. RGB value is (8,38,47). Sum of RGB (Red+Green+Blue) = 8+38+47=93 (12% of max value = 765). Red value is 8 (3.52% from 255 or 8.60% from 93); Green value is 38 (15.23% from 255 or 40.86% from 93); Blue value is 47 (18.75% from 255 or 50.54% from 93); Max value from RGB is 47 - color contains mainly: blue. Hex color #08262F is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #08262F is #F7D9D0. Grayscale: #1D1D1D. Windows color (decimal): -16243153 or 3089928. OLE color: 3089928.
HSL color Cylindrical-coordinate representation of color #08262F: hue angle of 193.85º degrees, saturation: 0.71, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #08262F is Cyan = 0.83, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 8 | 38 | 47 | - |
| CMYK | 0.83 | 0.19 | 0 | 0.82 |
| HSL | 193.85º | 0.71% | 0.11% | - |
| HSV(B) | 193.85º | 0.83% | 0.18% | - |
| XYZ | 1.31 | 1.64 | 2.94 | - |
| YUV | 30.06 | 137.56 | 112.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 38 | 47 | 0.83 | 0.19 | 0 | 0.82 | 193.85 | 0.71 | 0.11 |
| Hex | 8 | 26 | 2F | 53 | 13 | 0 | 52 | C2 | 47 | B |
| Octal | 10 | 46 | 57 | 123 | 23 | 0 | 122 | 302 | 107 | 13 |
| Binary | 1000 | 100110 | 101111 | 1010011 | 10011 | 0 | 1010010 | 11000010 | 1000111 | 1011 |
Color Harmonies of #08262F
Complementary color
Monochromatic Colors of #08262F
Black with #08262F
Text Example
Text Example
White with #08262F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #08262F; }
p { color: rgb(8,38,47); }
H1.HeaderClassName
{
color: #08262F;
}
.AnyTagClassName
{
color: #08262F;
}
</style>
background-color css
<style>
a { background-color: #08262F; }
a { background-color: rgb(8,38,47); }
div.DivClassName
{
background-color: #08262F;
}
.BgClassName
{
background-color: #08262F;
}
</style>
border-color css
<style>
span { border-color: #08262F; }
span { border-color: rgb(8,38,47); }
td.TdClassName
{
border-color: #08262F;
}
.TagClassName
{
border-color: #08262F;
}
</style>