Shades of Black Pearl #202325
Tints of Black Pearl #202325
RGB
CMYK
RGB Variations
Color information
#202325 (or 0x202325) is known color: Black Pearl. HEX triplet: 20, 23 and 25. RGB value is (32,35,37). Sum of RGB (Red+Green+Blue) = 32+35+37=104 (13% of max value = 765). Red value is 32 (12.89% from 255 or 30.77% from 104); Green value is 35 (14.06% from 255 or 33.65% from 104); Blue value is 37 (14.84% from 255 or 35.58% from 104); Max value from RGB is 37 - color contains mainly: blue. Hex color #202325 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #202325 is #DFDCDA. Grayscale: #222222. Windows color (decimal): -14671067 or 2433824. OLE color: 2433824.
HSL color Cylindrical-coordinate representation of color #202325: hue angle of 204º degrees, saturation: 0.07, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #202325 is Cyan = 0.14, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.85.
Color convert
RGB | 32 | 35 | 37 | - |
CMYK | 0.14 | 0.05 | 0 | 0.85 |
HSL | 204º | 0.07% | 0.14% | - |
HSV(B) | 204º | 0.14% | 0.15% | - |
XYZ | 1.53 | 1.64 | 1.99 | - |
YUV | 34.33 | 129.51 | 126.34 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 32 | 35 | 37 | 0.14 | 0.05 | 0 | 0.85 | 204 | 0.07 | 0.14 |
Hex | 20 | 23 | 25 | E | 5 | 0 | 55 | CC | 7 | E |
Octal | 40 | 43 | 45 | 16 | 5 | 0 | 125 | 314 | 7 | 16 |
Binary | 100000 | 100011 | 100101 | 1110 | 101 | 0 | 1010101 | 11001100 | 111 | 1110 |
Color Harmonies of #202325
Complementary color
Monochromatic Colors of #202325
Black with #202325
Text Example
Text Example
White with #202325
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #202325; }
p { color: rgb(32,35,37); }
H1.HeaderClassName
{
color: #202325;
}
.AnyTagClassName
{
color: #202325;
}
</style>
background-color css
<style>
a { background-color: #202325; }
a { background-color: rgb(32,35,37); }
div.DivClassName
{
background-color: #202325;
}
.BgClassName
{
background-color: #202325;
}
</style>
border-color css
<style>
span { border-color: #202325; }
span { border-color: rgb(32,35,37); }
td.TdClassName
{
border-color: #202325;
}
.TagClassName
{
border-color: #202325;
}
</style>