Shades of Black Pearl #032023
Tints of Black Pearl #032023
RGB
CMYK
RGB Variations
Color information
#032023 (or 0x032023) is known color: Black Pearl. HEX triplet: 03, 20 and 23. RGB value is (3,32,35). Sum of RGB (Red+Green+Blue) = 3+32+35=70 (9% of max value = 765). Red value is 3 (1.56% from 255 or 4.29% from 70); Green value is 32 (12.89% from 255 or 45.71% from 70); Blue value is 35 (14.06% from 255 or 50% from 70); Max value from RGB is 35 - color contains mainly: blue. Hex color #032023 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #032023 is #FCDFDC. Grayscale: #171717. Windows color (decimal): -16572381 or 2301955. OLE color: 2301955.
HSL color Cylindrical-coordinate representation of color #032023: hue angle of 185.62º degrees, saturation: 0.84, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.14% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #032023 is Cyan = 0.91, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.86.
Color convert
| RGB | 3 | 32 | 35 | - |
| CMYK | 0.91 | 0.09 | 0 | 0.86 |
| HSL | 185.63º | 0.84% | 0.07% | - |
| HSV(B) | 185.63º | 0.91% | 0.14% | - |
| XYZ | 0.86 | 1.17 | 1.77 | - |
| YUV | 23.67 | 134.39 | 113.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 32 | 35 | 0.91 | 0.09 | 0 | 0.86 | 185.63 | 0.84 | 0.07 |
| Hex | 3 | 20 | 23 | 5B | 9 | 0 | 56 | BA | 54 | 7 |
| Octal | 3 | 40 | 43 | 133 | 11 | 0 | 126 | 272 | 124 | 7 |
| Binary | 11 | 100000 | 100011 | 1011011 | 1001 | 0 | 1010110 | 10111010 | 1010100 | 111 |
Color Harmonies of #032023
Complementary color
Monochromatic Colors of #032023
Black with #032023
Text Example
Text Example
White with #032023
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #032023; }
p { color: rgb(3,32,35); }
H1.HeaderClassName
{
color: #032023;
}
.AnyTagClassName
{
color: #032023;
}
</style>
background-color css
<style>
a { background-color: #032023; }
a { background-color: rgb(3,32,35); }
div.DivClassName
{
background-color: #032023;
}
.BgClassName
{
background-color: #032023;
}
</style>
border-color css
<style>
span { border-color: #032023; }
span { border-color: rgb(3,32,35); }
td.TdClassName
{
border-color: #032023;
}
.TagClassName
{
border-color: #032023;
}
</style>