Shades of Black Pearl #061A36
Tints of Black Pearl #061A36
RGB
CMYK
RGB Variations
Color information
#061A36 (or 0x061A36) is known color: Black Pearl. HEX triplet: 06, 1A and 36. RGB value is (6,26,54). Sum of RGB (Red+Green+Blue) = 6+26+54=86 (11% of max value = 765). Red value is 6 (2.73% from 255 or 6.98% from 86); Green value is 26 (10.55% from 255 or 30.23% from 86); Blue value is 54 (21.48% from 255 or 62.79% from 86); Max value from RGB is 54 - color contains mainly: blue. Hex color #061A36 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #061A36 is #F9E5C9. Grayscale: #171717. Windows color (decimal): -16377290 or 3545606. OLE color: 3545606.
HSL color Cylindrical-coordinate representation of color #061A36: hue angle of 215º degrees, saturation: 0.8, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #061A36 is Cyan = 0.89, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.79.
Color convert
| RGB | 6 | 26 | 54 | - |
| CMYK | 0.89 | 0.52 | 0 | 0.79 |
| HSL | 215º | 0.8% | 0.12% | - |
| HSV(B) | 215º | 0.89% | 0.21% | - |
| XYZ | 1.11 | 1.04 | 3.63 | - |
| YUV | 23.21 | 145.37 | 115.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 26 | 54 | 0.89 | 0.52 | 0 | 0.79 | 215 | 0.8 | 0.12 |
| Hex | 6 | 1A | 36 | 59 | 34 | 0 | 4F | D7 | 50 | C |
| Octal | 6 | 32 | 66 | 131 | 64 | 0 | 117 | 327 | 120 | 14 |
| Binary | 110 | 11010 | 110110 | 1011001 | 110100 | 0 | 1001111 | 11010111 | 1010000 | 1100 |
Color Harmonies of #061A36
Complementary color
Monochromatic Colors of #061A36
Black with #061A36
Text Example
Text Example
White with #061A36
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #061A36; }
p { color: rgb(6,26,54); }
H1.HeaderClassName
{
color: #061A36;
}
.AnyTagClassName
{
color: #061A36;
}
</style>
background-color css
<style>
a { background-color: #061A36; }
a { background-color: rgb(6,26,54); }
div.DivClassName
{
background-color: #061A36;
}
.BgClassName
{
background-color: #061A36;
}
</style>
border-color css
<style>
span { border-color: #061A36; }
span { border-color: rgb(6,26,54); }
td.TdClassName
{
border-color: #061A36;
}
.TagClassName
{
border-color: #061A36;
}
</style>