Shades of Black Pearl #061123
Tints of Black Pearl #061123
RGB
CMYK
RGB Variations
Color information
#061123 (or 0x061123) is known color: Black Pearl. HEX triplet: 06, 11 and 23. RGB value is (6,17,35). Sum of RGB (Red+Green+Blue) = 6+17+35=58 (7% of max value = 765). Red value is 6 (2.73% from 255 or 10.34% from 58); Green value is 17 (7.03% from 255 or 29.31% from 58); Blue value is 35 (14.06% from 255 or 60.34% from 58); Max value from RGB is 35 - color contains mainly: blue. Hex color #061123 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #061123 is #F9EEDC. Grayscale: #0F0F0F. Windows color (decimal): -16379613 or 2298118. OLE color: 2298118.
HSL color Cylindrical-coordinate representation of color #061123: hue angle of 217.24º degrees, saturation: 0.71, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.14% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #061123 is Cyan = 0.83, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.86.
Color convert
| RGB | 6 | 17 | 35 | - |
| CMYK | 0.83 | 0.51 | 0 | 0.86 |
| HSL | 217.24º | 0.71% | 0.08% | - |
| HSV(B) | 217.24º | 0.83% | 0.14% | - |
| XYZ | 0.58 | 0.56 | 1.67 | - |
| YUV | 15.76 | 138.86 | 121.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 17 | 35 | 0.83 | 0.51 | 0 | 0.86 | 217.24 | 0.71 | 0.08 |
| Hex | 6 | 11 | 23 | 53 | 33 | 0 | 56 | D9 | 47 | 8 |
| Octal | 6 | 21 | 43 | 123 | 63 | 0 | 126 | 331 | 107 | 10 |
| Binary | 110 | 10001 | 100011 | 1010011 | 110011 | 0 | 1010110 | 11011001 | 1000111 | 1000 |
Color Harmonies of #061123
Complementary color
Monochromatic Colors of #061123
Black with #061123
Text Example
Text Example
White with #061123
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #061123; }
p { color: rgb(6,17,35); }
H1.HeaderClassName
{
color: #061123;
}
.AnyTagClassName
{
color: #061123;
}
</style>
background-color css
<style>
a { background-color: #061123; }
a { background-color: rgb(6,17,35); }
div.DivClassName
{
background-color: #061123;
}
.BgClassName
{
background-color: #061123;
}
</style>
border-color css
<style>
span { border-color: #061123; }
span { border-color: rgb(6,17,35); }
td.TdClassName
{
border-color: #061123;
}
.TagClassName
{
border-color: #061123;
}
</style>