Shades of Black Pearl #001330
Tints of Black Pearl #001330
RGB
CMYK
RGB Variations
Color information
#001330 (or 0x001330) is known color: Black Pearl. HEX triplet: 00, 13 and 30. RGB value is (0,19,48). Sum of RGB (Red+Green+Blue) = 0+19+48=67 (8% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 67); Green value is 19 (7.81% from 255 or 28.36% from 67); Blue value is 48 (19.14% from 255 or 71.64% from 67); Max value from RGB is 48 - color contains mainly: blue. Hex color #001330 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #001330 is #FFECCF. Grayscale: #101010. Windows color (decimal): -16772304 or 3150592. OLE color: 3150592.
HSL color Cylindrical-coordinate representation of color #001330: hue angle of 216.25º degrees, saturation: 1, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 1%. Process color model (Four color, CMYK) of #001330 is Cyan = 1, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.81.
Color convert
RGB | 0 | 19 | 48 | - |
CMYK | 1 | 0.60 | 0 | 0.81 |
HSL | 216.25º | 1% | 0.09% | - |
HSV(B) | 216.25º | 1% | 0.19% | - |
XYZ | 0.77 | 0.68 | 2.89 | - |
YUV | 16.63 | 145.71 | 116.14 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 0 | 19 | 48 | 1 | 0.60 | 0 | 0.81 | 216.25 | 1 | 0.09 |
Hex | 0 | 13 | 30 | 64 | 3C | 0 | 51 | D8 | 64 | 9 |
Octal | 0 | 23 | 60 | 144 | 74 | 0 | 121 | 330 | 144 | 11 |
Binary | 0 | 10011 | 110000 | 1100100 | 111100 | 0 | 1010001 | 11011000 | 1100100 | 1001 |
Color Harmonies of #001330
Complementary color
Monochromatic Colors of #001330
Black with #001330
Text Example
Text Example
White with #001330
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #001330; }
p { color: rgb(0,19,48); }
H1.HeaderClassName
{
color: #001330;
}
.AnyTagClassName
{
color: #001330;
}
</style>
background-color css
<style>
a { background-color: #001330; }
a { background-color: rgb(0,19,48); }
div.DivClassName
{
background-color: #001330;
}
.BgClassName
{
background-color: #001330;
}
</style>
border-color css
<style>
span { border-color: #001330; }
span { border-color: rgb(0,19,48); }
td.TdClassName
{
border-color: #001330;
}
.TagClassName
{
border-color: #001330;
}
</style>