Shades of Black Pearl #001830
Tints of Black Pearl #001830
RGB
CMYK
RGB Variations
Color information
#001830 (or 0x001830) is known color: Black Pearl. HEX triplet: 00, 18 and 30. RGB value is (0,24,48). Sum of RGB (Red+Green+Blue) = 0+24+48=72 (9% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 72); Green value is 24 (9.77% from 255 or 33.33% from 72); Blue value is 48 (19.14% from 255 or 66.67% from 72); Max value from RGB is 48 - color contains mainly: blue. Hex color #001830 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #001830 is #FFE7CF. Grayscale: #131313. Windows color (decimal): -16771024 or 3151872. OLE color: 3151872.
HSL color Cylindrical-coordinate representation of color #001830: hue angle of 210º 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 #001830 is Cyan = 1, Magento = 0.5, Yellow = 0 and Black (K on CMYK) = 0.81.
Color convert
RGB | 0 | 24 | 48 | - |
CMYK | 1 | 0.5 | 0 | 0.81 |
HSL | 210º | 1% | 0.09% | - |
HSV(B) | 210º | 1% | 0.19% | - |
XYZ | 0.86 | 0.87 | 2.92 | - |
YUV | 19.56 | 144.05 | 114.05 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 0 | 24 | 48 | 1 | 0.5 | 0 | 0.81 | 210 | 1 | 0.09 |
Hex | 0 | 18 | 30 | 64 | 32 | 0 | 51 | D2 | 64 | 9 |
Octal | 0 | 30 | 60 | 144 | 62 | 0 | 121 | 322 | 144 | 11 |
Binary | 0 | 11000 | 110000 | 1100100 | 110010 | 0 | 1010001 | 11010010 | 1100100 | 1001 |
Color Harmonies of #001830
Complementary color
Monochromatic Colors of #001830
Black with #001830
Text Example
Text Example
White with #001830
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #001830; }
p { color: rgb(0,24,48); }
H1.HeaderClassName
{
color: #001830;
}
.AnyTagClassName
{
color: #001830;
}
</style>
background-color css
<style>
a { background-color: #001830; }
a { background-color: rgb(0,24,48); }
div.DivClassName
{
background-color: #001830;
}
.BgClassName
{
background-color: #001830;
}
</style>
border-color css
<style>
span { border-color: #001830; }
span { border-color: rgb(0,24,48); }
td.TdClassName
{
border-color: #001830;
}
.TagClassName
{
border-color: #001830;
}
</style>