Shades of Black Pearl #08252E
Tints of Black Pearl #08252E
RGB
CMYK
RGB Variations
Color information
#08252E (or 0x08252E) is known color: Black Pearl. HEX triplet: 08, 25 and 2E. RGB value is (8,37,46). Sum of RGB (Red+Green+Blue) = 8+37+46=91 (12% of max value = 765). Red value is 8 (3.52% from 255 or 8.79% from 91); Green value is 37 (14.84% from 255 or 40.66% from 91); Blue value is 46 (18.36% from 255 or 50.55% from 91); Max value from RGB is 46 - color contains mainly: blue. Hex color #08252E is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #08252E is #F7DAD1. Grayscale: #1D1D1D. Windows color (decimal): -16243410 or 3024136. OLE color: 3024136.
HSL color Cylindrical-coordinate representation of color #08252E: hue angle of 194.21º degrees, saturation: 0.7, 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 #08252E is Cyan = 0.83, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 8 | 37 | 46 | - |
| CMYK | 0.83 | 0.20 | 0 | 0.82 |
| HSL | 194.21º | 0.7% | 0.11% | - |
| HSV(B) | 194.21º | 0.83% | 0.18% | - |
| XYZ | 1.25 | 1.57 | 2.82 | - |
| YUV | 29.36 | 137.39 | 112.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 37 | 46 | 0.83 | 0.20 | 0 | 0.82 | 194.21 | 0.7 | 0.11 |
| Hex | 8 | 25 | 2E | 53 | 14 | 0 | 52 | C2 | 46 | B |
| Octal | 10 | 45 | 56 | 123 | 24 | 0 | 122 | 302 | 106 | 13 |
| Binary | 1000 | 100101 | 101110 | 1010011 | 10100 | 0 | 1010010 | 11000010 | 1000110 | 1011 |
Color Harmonies of #08252E
Complementary color
Monochromatic Colors of #08252E
Black with #08252E
Text Example
Text Example
White with #08252E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #08252E; }
p { color: rgb(8,37,46); }
H1.HeaderClassName
{
color: #08252E;
}
.AnyTagClassName
{
color: #08252E;
}
</style>
background-color css
<style>
a { background-color: #08252E; }
a { background-color: rgb(8,37,46); }
div.DivClassName
{
background-color: #08252E;
}
.BgClassName
{
background-color: #08252E;
}
</style>
border-color css
<style>
span { border-color: #08252E; }
span { border-color: rgb(8,37,46); }
td.TdClassName
{
border-color: #08252E;
}
.TagClassName
{
border-color: #08252E;
}
</style>