Shades of Black Pearl #062130
Tints of Black Pearl #062130
RGB
CMYK
RGB Variations
Color information
#062130 (or 0x062130) is known color: Black Pearl. HEX triplet: 06, 21 and 30. RGB value is (6,33,48). Sum of RGB (Red+Green+Blue) = 6+33+48=87 (11% of max value = 765). Red value is 6 (2.73% from 255 or 6.90% from 87); Green value is 33 (13.28% from 255 or 37.93% from 87); Blue value is 48 (19.14% from 255 or 55.17% from 87); Max value from RGB is 48 - color contains mainly: blue. Hex color #062130 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #062130 is #F9DECF. Grayscale: #1A1A1A. Windows color (decimal): -16375504 or 3154182. OLE color: 3154182.
HSL color Cylindrical-coordinate representation of color #062130: hue angle of 201.43º degrees, saturation: 0.78, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #062130 is Cyan = 0.87, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 6 | 33 | 48 | - |
| CMYK | 0.87 | 0.31 | 0 | 0.81 |
| HSL | 201.43º | 0.78% | 0.11% | - |
| HSV(B) | 201.43º | 0.88% | 0.19% | - |
| XYZ | 1.15 | 1.34 | 2.99 | - |
| YUV | 26.64 | 140.05 | 113.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 33 | 48 | 0.87 | 0.31 | 0 | 0.81 | 201.43 | 0.78 | 0.11 |
| Hex | 6 | 21 | 30 | 57 | 1F | 0 | 51 | C9 | 4E | B |
| Octal | 6 | 41 | 60 | 127 | 37 | 0 | 121 | 311 | 116 | 13 |
| Binary | 110 | 100001 | 110000 | 1010111 | 11111 | 0 | 1010001 | 11001001 | 1001110 | 1011 |
Color Harmonies of #062130
Complementary color
Monochromatic Colors of #062130
Black with #062130
Text Example
Text Example
White with #062130
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #062130; }
p { color: rgb(6,33,48); }
H1.HeaderClassName
{
color: #062130;
}
.AnyTagClassName
{
color: #062130;
}
</style>
background-color css
<style>
a { background-color: #062130; }
a { background-color: rgb(6,33,48); }
div.DivClassName
{
background-color: #062130;
}
.BgClassName
{
background-color: #062130;
}
</style>
border-color css
<style>
span { border-color: #062130; }
span { border-color: rgb(6,33,48); }
td.TdClassName
{
border-color: #062130;
}
.TagClassName
{
border-color: #062130;
}
</style>