Shades of Black Pearl #06232A
Tints of Black Pearl #06232A
RGB
CMYK
RGB Variations
Color information
#06232A (or 0x06232A) is known color: Black Pearl. HEX triplet: 06, 23 and 2A. RGB value is (6,35,42). Sum of RGB (Red+Green+Blue) = 6+35+42=83 (10% of max value = 765). Red value is 6 (2.73% from 255 or 7.23% from 83); Green value is 35 (14.06% from 255 or 42.17% from 83); Blue value is 42 (16.80% from 255 or 50.60% from 83); Max value from RGB is 42 - color contains mainly: blue. Hex color #06232A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #06232A is #F9DCD5. Grayscale: #1B1B1B. Windows color (decimal): -16374998 or 2761478. OLE color: 2761478.
HSL color Cylindrical-coordinate representation of color #06232A: hue angle of 191.67º degrees, saturation: 0.75, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #06232A is Cyan = 0.86, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.84.
Color convert
| RGB | 6 | 35 | 42 | - |
| CMYK | 0.86 | 0.17 | 0 | 0.84 |
| HSL | 191.67º | 0.75% | 0.09% | - |
| HSV(B) | 191.67º | 0.86% | 0.16% | - |
| XYZ | 1.09 | 1.41 | 2.4 | - |
| YUV | 27.13 | 136.39 | 112.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 35 | 42 | 0.86 | 0.17 | 0 | 0.84 | 191.67 | 0.75 | 0.09 |
| Hex | 6 | 23 | 2A | 56 | 11 | 0 | 54 | C0 | 4B | 9 |
| Octal | 6 | 43 | 52 | 126 | 21 | 0 | 124 | 300 | 113 | 11 |
| Binary | 110 | 100011 | 101010 | 1010110 | 10001 | 0 | 1010100 | 11000000 | 1001011 | 1001 |
Color Harmonies of #06232A
Complementary color
Monochromatic Colors of #06232A
Black with #06232A
Text Example
Text Example
White with #06232A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #06232A; }
p { color: rgb(6,35,42); }
H1.HeaderClassName
{
color: #06232A;
}
.AnyTagClassName
{
color: #06232A;
}
</style>
background-color css
<style>
a { background-color: #06232A; }
a { background-color: rgb(6,35,42); }
div.DivClassName
{
background-color: #06232A;
}
.BgClassName
{
background-color: #06232A;
}
</style>
border-color css
<style>
span { border-color: #06232A; }
span { border-color: rgb(6,35,42); }
td.TdClassName
{
border-color: #06232A;
}
.TagClassName
{
border-color: #06232A;
}
</style>