Shades of Black Pearl #032130
Tints of Black Pearl #032130
RGB
CMYK
RGB Variations
Color information
#032130 (or 0x032130) is known color: Black Pearl. HEX triplet: 03, 21 and 30. RGB value is (3,33,48). Sum of RGB (Red+Green+Blue) = 3+33+48=84 (11% of max value = 765). Red value is 3 (1.56% from 255 or 3.57% from 84); Green value is 33 (13.28% from 255 or 39.29% from 84); Blue value is 48 (19.14% from 255 or 57.14% from 84); Max value from RGB is 48 - color contains mainly: blue. Hex color #032130 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #032130 is #FCDECF. Grayscale: #191919. Windows color (decimal): -16572112 or 3154179. OLE color: 3154179.
HSL color Cylindrical-coordinate representation of color #032130: hue angle of 200º degrees, saturation: 0.88, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #032130 is Cyan = 0.94, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 3 | 33 | 48 | - |
| CMYK | 0.94 | 0.31 | 0 | 0.81 |
| HSL | 200º | 0.88% | 0.1% | - |
| HSV(B) | 200º | 0.94% | 0.19% | - |
| XYZ | 1.11 | 1.32 | 2.99 | - |
| YUV | 25.74 | 140.56 | 111.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 33 | 48 | 0.94 | 0.31 | 0 | 0.81 | 200 | 0.88 | 0.1 |
| Hex | 3 | 21 | 30 | 5E | 1F | 0 | 51 | C8 | 58 | A |
| Octal | 3 | 41 | 60 | 136 | 37 | 0 | 121 | 310 | 130 | 12 |
| Binary | 11 | 100001 | 110000 | 1011110 | 11111 | 0 | 1010001 | 11001000 | 1011000 | 1010 |
Color Harmonies of #032130
Complementary color
Monochromatic Colors of #032130
Black with #032130
Text Example
Text Example
White with #032130
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #032130; }
p { color: rgb(3,33,48); }
H1.HeaderClassName
{
color: #032130;
}
.AnyTagClassName
{
color: #032130;
}
</style>
background-color css
<style>
a { background-color: #032130; }
a { background-color: rgb(3,33,48); }
div.DivClassName
{
background-color: #032130;
}
.BgClassName
{
background-color: #032130;
}
</style>
border-color css
<style>
span { border-color: #032130; }
span { border-color: rgb(3,33,48); }
td.TdClassName
{
border-color: #032130;
}
.TagClassName
{
border-color: #032130;
}
</style>