Shades of Black Pearl #132023
Tints of Black Pearl #132023
RGB
CMYK
RGB Variations
Color information
#132023 (or 0x132023) is known color: Black Pearl. HEX triplet: 13, 20 and 23. RGB value is (19,32,35). Sum of RGB (Red+Green+Blue) = 19+32+35=86 (11% of max value = 765). Red value is 19 (7.81% from 255 or 22.09% from 86); Green value is 32 (12.89% from 255 or 37.21% from 86); Blue value is 35 (14.06% from 255 or 40.70% from 86); Max value from RGB is 35 - color contains mainly: blue. Hex color #132023 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #132023 is #ECDFDC. Grayscale: #1C1C1C. Windows color (decimal): -15523805 or 2301971. OLE color: 2301971.
HSL color Cylindrical-coordinate representation of color #132023: hue angle of 191.25º degrees, saturation: 0.3, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.14% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #132023 is Cyan = 0.46, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.86.
Color convert
RGB | 19 | 32 | 35 | - |
CMYK | 0.46 | 0.09 | 0 | 0.86 |
HSL | 191.25º | 0.3% | 0.11% | - |
HSV(B) | 191.25º | 0.46% | 0.14% | - |
XYZ | 1.09 | 1.29 | 1.78 | - |
YUV | 28.46 | 131.69 | 121.26 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 19 | 32 | 35 | 0.46 | 0.09 | 0 | 0.86 | 191.25 | 0.3 | 0.11 |
Hex | 13 | 20 | 23 | 2E | 9 | 0 | 56 | BF | 1E | B |
Octal | 23 | 40 | 43 | 56 | 11 | 0 | 126 | 277 | 36 | 13 |
Binary | 10011 | 100000 | 100011 | 101110 | 1001 | 0 | 1010110 | 10111111 | 11110 | 1011 |
Color Harmonies of #132023
Complementary color
Monochromatic Colors of #132023
Black with #132023
Text Example
Text Example
White with #132023
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #132023; }
p { color: rgb(19,32,35); }
H1.HeaderClassName
{
color: #132023;
}
.AnyTagClassName
{
color: #132023;
}
</style>
background-color css
<style>
a { background-color: #132023; }
a { background-color: rgb(19,32,35); }
div.DivClassName
{
background-color: #132023;
}
.BgClassName
{
background-color: #132023;
}
</style>
border-color css
<style>
span { border-color: #132023; }
span { border-color: rgb(19,32,35); }
td.TdClassName
{
border-color: #132023;
}
.TagClassName
{
border-color: #132023;
}
</style>