Shades of Black Pearl #08242B
Tints of Black Pearl #08242B
RGB
CMYK
RGB Variations
Color information
#08242B (or 0x08242B) is known color: Black Pearl. HEX triplet: 08, 24 and 2B. RGB value is (8,36,43). Sum of RGB (Red+Green+Blue) = 8+36+43=87 (11% of max value = 765). Red value is 8 (3.52% from 255 or 9.20% from 87); Green value is 36 (14.45% from 255 or 41.38% from 87); Blue value is 43 (17.19% from 255 or 49.43% from 87); Max value from RGB is 43 - color contains mainly: blue. Hex color #08242B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #08242B is #F7DBD4. Grayscale: #1C1C1C. Windows color (decimal): -16243669 or 2827272. OLE color: 2827272.
HSL color Cylindrical-coordinate representation of color #08242B: hue angle of 192º 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 #08242B is Cyan = 0.81, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.83.
Color convert
| RGB | 8 | 36 | 43 | - |
| CMYK | 0.81 | 0.16 | 0 | 0.83 |
| HSL | 192º | 0.69% | 0.1% | - |
| HSV(B) | 192º | 0.81% | 0.17% | - |
| XYZ | 1.17 | 1.49 | 2.51 | - |
| YUV | 28.43 | 136.22 | 113.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 36 | 43 | 0.81 | 0.16 | 0 | 0.83 | 192 | 0.69 | 0.1 |
| Hex | 8 | 24 | 2B | 51 | 10 | 0 | 53 | C0 | 45 | A |
| Octal | 10 | 44 | 53 | 121 | 20 | 0 | 123 | 300 | 105 | 12 |
| Binary | 1000 | 100100 | 101011 | 1010001 | 10000 | 0 | 1010011 | 11000000 | 1000101 | 1010 |
Color Harmonies of #08242B
Complementary color
Monochromatic Colors of #08242B
Black with #08242B
Text Example
Text Example
White with #08242B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #08242B; }
p { color: rgb(8,36,43); }
H1.HeaderClassName
{
color: #08242B;
}
.AnyTagClassName
{
color: #08242B;
}
</style>
background-color css
<style>
a { background-color: #08242B; }
a { background-color: rgb(8,36,43); }
div.DivClassName
{
background-color: #08242B;
}
.BgClassName
{
background-color: #08242B;
}
</style>
border-color css
<style>
span { border-color: #08242B; }
span { border-color: rgb(8,36,43); }
td.TdClassName
{
border-color: #08242B;
}
.TagClassName
{
border-color: #08242B;
}
</style>