Shades of Black Pearl #08182B
Tints of Black Pearl #08182B
RGB
CMYK
RGB Variations
Color information
#08182B (or 0x08182B) is known color: Black Pearl. HEX triplet: 08, 18 and 2B. RGB value is (8,24,43). Sum of RGB (Red+Green+Blue) = 8+24+43=75 (9% of max value = 765). Red value is 8 (3.52% from 255 or 10.67% from 75); Green value is 24 (9.77% from 255 or 32% from 75); Blue value is 43 (17.19% from 255 or 57.33% from 75); Max value from RGB is 43 - color contains mainly: blue. Hex color #08182B is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #08182B is #F7E7D4. Grayscale: #151515. Windows color (decimal): -16246741 or 2824200. OLE color: 2824200.
HSL color Cylindrical-coordinate representation of color #08182B: hue angle of 212.57º degrees, saturation: 0.69, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.17% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #08182B is Cyan = 0.81, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.83.
Color convert
| RGB | 8 | 24 | 43 | - |
| CMYK | 0.81 | 0.44 | 0 | 0.83 |
| HSL | 212.57º | 0.69% | 0.1% | - |
| HSV(B) | 212.57º | 0.81% | 0.17% | - |
| XYZ | 0.86 | 0.88 | 2.41 | - |
| YUV | 21.38 | 140.2 | 118.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 24 | 43 | 0.81 | 0.44 | 0 | 0.83 | 212.57 | 0.69 | 0.1 |
| Hex | 8 | 18 | 2B | 51 | 2C | 0 | 53 | D5 | 45 | A |
| Octal | 10 | 30 | 53 | 121 | 54 | 0 | 123 | 325 | 105 | 12 |
| Binary | 1000 | 11000 | 101011 | 1010001 | 101100 | 0 | 1010011 | 11010101 | 1000101 | 1010 |
Color Harmonies of #08182B
Complementary color
Monochromatic Colors of #08182B
Black with #08182B
Text Example
Text Example
White with #08182B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #08182B; }
p { color: rgb(8,24,43); }
H1.HeaderClassName
{
color: #08182B;
}
.AnyTagClassName
{
color: #08182B;
}
</style>
background-color css
<style>
a { background-color: #08182B; }
a { background-color: rgb(8,24,43); }
div.DivClassName
{
background-color: #08182B;
}
.BgClassName
{
background-color: #08182B;
}
</style>
border-color css
<style>
span { border-color: #08182B; }
span { border-color: rgb(8,24,43); }
td.TdClassName
{
border-color: #08182B;
}
.TagClassName
{
border-color: #08182B;
}
</style>