Shades of Black Pearl #061B34
Tints of Black Pearl #061B34
RGB
CMYK
RGB Variations
Color information
#061B34 (or 0x061B34) is known color: Black Pearl. HEX triplet: 06, 1B and 34. RGB value is (6,27,52). Sum of RGB (Red+Green+Blue) = 6+27+52=85 (11% of max value = 765). Red value is 6 (2.73% from 255 or 7.06% from 85); Green value is 27 (10.94% from 255 or 31.76% from 85); Blue value is 52 (20.70% from 255 or 61.18% from 85); Max value from RGB is 52 - color contains mainly: blue. Hex color #061B34 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #061B34 is #F9E4CB. Grayscale: #171717. Windows color (decimal): -16377036 or 3414790. OLE color: 3414790.
HSL color Cylindrical-coordinate representation of color #061B34: hue angle of 212.61º 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 #061B34 is Cyan = 0.88, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 6 | 27 | 52 | - |
| CMYK | 0.88 | 0.48 | 0 | 0.80 |
| HSL | 212.61º | 0.79% | 0.11% | - |
| HSV(B) | 212.61º | 0.88% | 0.2% | - |
| XYZ | 1.09 | 1.07 | 3.4 | - |
| YUV | 23.57 | 144.04 | 115.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 27 | 52 | 0.88 | 0.48 | 0 | 0.80 | 212.61 | 0.79 | 0.11 |
| Hex | 6 | 1B | 34 | 58 | 30 | 0 | 50 | D5 | 4F | B |
| Octal | 6 | 33 | 64 | 130 | 60 | 0 | 120 | 325 | 117 | 13 |
| Binary | 110 | 11011 | 110100 | 1011000 | 110000 | 0 | 1010000 | 11010101 | 1001111 | 1011 |
Color Harmonies of #061B34
Complementary color
Monochromatic Colors of #061B34
Black with #061B34
Text Example
Text Example
White with #061B34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #061B34; }
p { color: rgb(6,27,52); }
H1.HeaderClassName
{
color: #061B34;
}
.AnyTagClassName
{
color: #061B34;
}
</style>
background-color css
<style>
a { background-color: #061B34; }
a { background-color: rgb(6,27,52); }
div.DivClassName
{
background-color: #061B34;
}
.BgClassName
{
background-color: #061B34;
}
</style>
border-color css
<style>
span { border-color: #061B34; }
span { border-color: rgb(6,27,52); }
td.TdClassName
{
border-color: #061B34;
}
.TagClassName
{
border-color: #061B34;
}
</style>