Shades of Black Pearl #08242F
Tints of Black Pearl #08242F
RGB
CMYK
RGB Variations
Color information
#08242F (or 0x08242F) is known color: Black Pearl. HEX triplet: 08, 24 and 2F. RGB value is (8,36,47). Sum of RGB (Red+Green+Blue) = 8+36+47=91 (12% of max value = 765). Red value is 8 (3.52% from 255 or 8.79% from 91); Green value is 36 (14.45% from 255 or 39.56% from 91); Blue value is 47 (18.75% from 255 or 51.65% from 91); Max value from RGB is 47 - color contains mainly: blue. Hex color #08242F is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #08242F is #F7DBD0. Grayscale: #1C1C1C. Windows color (decimal): -16243665 or 3089416. OLE color: 3089416.
HSL color Cylindrical-coordinate representation of color #08242F: hue angle of 196.92º 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 #08242F is Cyan = 0.83, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 8 | 36 | 47 | - |
| CMYK | 0.83 | 0.23 | 0 | 0.82 |
| HSL | 196.92º | 0.71% | 0.11% | - |
| HSV(B) | 196.92º | 0.83% | 0.18% | - |
| XYZ | 1.24 | 1.52 | 2.92 | - |
| YUV | 28.88 | 138.22 | 113.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 36 | 47 | 0.83 | 0.23 | 0 | 0.82 | 196.92 | 0.71 | 0.11 |
| Hex | 8 | 24 | 2F | 53 | 17 | 0 | 52 | C5 | 47 | B |
| Octal | 10 | 44 | 57 | 123 | 27 | 0 | 122 | 305 | 107 | 13 |
| Binary | 1000 | 100100 | 101111 | 1010011 | 10111 | 0 | 1010010 | 11000101 | 1000111 | 1011 |
Color Harmonies of #08242F
Complementary color
Monochromatic Colors of #08242F
Black with #08242F
Text Example
Text Example
White with #08242F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #08242F; }
p { color: rgb(8,36,47); }
H1.HeaderClassName
{
color: #08242F;
}
.AnyTagClassName
{
color: #08242F;
}
</style>
background-color css
<style>
a { background-color: #08242F; }
a { background-color: rgb(8,36,47); }
div.DivClassName
{
background-color: #08242F;
}
.BgClassName
{
background-color: #08242F;
}
</style>
border-color css
<style>
span { border-color: #08242F; }
span { border-color: rgb(8,36,47); }
td.TdClassName
{
border-color: #08242F;
}
.TagClassName
{
border-color: #08242F;
}
</style>