Shades of Black Pearl #061A33
Tints of Black Pearl #061A33
RGB
CMYK
RGB Variations
Color information
#061A33 (or 0x061A33) is known color: Black Pearl. HEX triplet: 06, 1A and 33. RGB value is (6,26,51). Sum of RGB (Red+Green+Blue) = 6+26+51=83 (10% of max value = 765). Red value is 6 (2.73% from 255 or 7.23% from 83); Green value is 26 (10.55% from 255 or 31.33% from 83); Blue value is 51 (20.31% from 255 or 61.45% from 83); Max value from RGB is 51 - color contains mainly: blue. Hex color #061A33 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #061A33 is #F9E5CC. Grayscale: #161616. Windows color (decimal): -16377293 or 3348998. OLE color: 3348998.
HSL color Cylindrical-coordinate representation of color #061A33: hue angle of 213.33º degrees, saturation: 0.79, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #061A33 is Cyan = 0.88, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.8.
Color convert
| RGB | 6 | 26 | 51 | - |
| CMYK | 0.88 | 0.49 | 0 | 0.8 |
| HSL | 213.33º | 0.79% | 0.11% | - |
| HSV(B) | 213.33º | 0.88% | 0.2% | - |
| XYZ | 1.04 | 1.02 | 3.27 | - |
| YUV | 22.87 | 143.87 | 115.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 26 | 51 | 0.88 | 0.49 | 0 | 0.8 | 213.33 | 0.79 | 0.11 |
| Hex | 6 | 1A | 33 | 58 | 31 | 0 | 50 | D5 | 4F | B |
| Octal | 6 | 32 | 63 | 130 | 61 | 0 | 120 | 325 | 117 | 13 |
| Binary | 110 | 11010 | 110011 | 1011000 | 110001 | 0 | 1010000 | 11010101 | 1001111 | 1011 |
Color Harmonies of #061A33
Complementary color
Monochromatic Colors of #061A33
Black with #061A33
Text Example
Text Example
White with #061A33
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #061A33; }
p { color: rgb(6,26,51); }
H1.HeaderClassName
{
color: #061A33;
}
.AnyTagClassName
{
color: #061A33;
}
</style>
background-color css
<style>
a { background-color: #061A33; }
a { background-color: rgb(6,26,51); }
div.DivClassName
{
background-color: #061A33;
}
.BgClassName
{
background-color: #061A33;
}
</style>
border-color css
<style>
span { border-color: #061A33; }
span { border-color: rgb(6,26,51); }
td.TdClassName
{
border-color: #061A33;
}
.TagClassName
{
border-color: #061A33;
}
</style>