Shades of Black Pearl #08232E
Tints of Black Pearl #08232E
RGB
CMYK
RGB Variations
Color information
#08232E (or 0x08232E) is known color: Black Pearl. HEX triplet: 08, 23 and 2E. RGB value is (8,35,46). Sum of RGB (Red+Green+Blue) = 8+35+46=89 (11% of max value = 765). Red value is 8 (3.52% from 255 or 8.99% from 89); Green value is 35 (14.06% from 255 or 39.33% from 89); Blue value is 46 (18.36% from 255 or 51.69% from 89); Max value from RGB is 46 - color contains mainly: blue. Hex color #08232E is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #08232E is #F7DCD1. Grayscale: #1C1C1C. Windows color (decimal): -16243922 or 3023624. OLE color: 3023624.
HSL color Cylindrical-coordinate representation of color #08232E: hue angle of 197.37º 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 #08232E is Cyan = 0.83, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 8 | 35 | 46 | - |
| CMYK | 0.83 | 0.24 | 0 | 0.82 |
| HSL | 197.37º | 0.7% | 0.11% | - |
| HSV(B) | 197.37º | 0.83% | 0.18% | - |
| XYZ | 1.19 | 1.45 | 2.8 | - |
| YUV | 28.18 | 138.05 | 113.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 35 | 46 | 0.83 | 0.24 | 0 | 0.82 | 197.37 | 0.7 | 0.11 |
| Hex | 8 | 23 | 2E | 53 | 18 | 0 | 52 | C5 | 46 | B |
| Octal | 10 | 43 | 56 | 123 | 30 | 0 | 122 | 305 | 106 | 13 |
| Binary | 1000 | 100011 | 101110 | 1010011 | 11000 | 0 | 1010010 | 11000101 | 1000110 | 1011 |
Color Harmonies of #08232E
Complementary color
Monochromatic Colors of #08232E
Black with #08232E
Text Example
Text Example
White with #08232E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #08232E; }
p { color: rgb(8,35,46); }
H1.HeaderClassName
{
color: #08232E;
}
.AnyTagClassName
{
color: #08232E;
}
</style>
background-color css
<style>
a { background-color: #08232E; }
a { background-color: rgb(8,35,46); }
div.DivClassName
{
background-color: #08232E;
}
.BgClassName
{
background-color: #08232E;
}
</style>
border-color css
<style>
span { border-color: #08232E; }
span { border-color: rgb(8,35,46); }
td.TdClassName
{
border-color: #08232E;
}
.TagClassName
{
border-color: #08232E;
}
</style>