Shades of Black Pearl #202324
Tints of Black Pearl #202324
RGB
CMYK
RGB Variations
Color information
#202324 (or 0x202324) is known color: Black Pearl. HEX triplet: 20, 23 and 24. RGB value is (32,35,36). Sum of RGB (Red+Green+Blue) = 32+35+36=103 (13% of max value = 765). Red value is 32 (12.89% from 255 or 31.07% from 103); Green value is 35 (14.06% from 255 or 33.98% from 103); Blue value is 36 (14.45% from 255 or 34.95% from 103); Max value from RGB is 36 - color contains mainly: blue. Hex color #202324 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #202324 is #DFDCDB. Grayscale: #222222. Windows color (decimal): -14671068 or 2368288. OLE color: 2368288.
HSL color Cylindrical-coordinate representation of color #202324: hue angle of 195º degrees, saturation: 0.06, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.14% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #202324 is Cyan = 0.11, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.86.
Color convert
RGB | 32 | 35 | 36 | - |
CMYK | 0.11 | 0.03 | 0 | 0.86 |
HSL | 195º | 0.06% | 0.13% | - |
HSV(B) | 195º | 0.11% | 0.14% | - |
XYZ | 1.52 | 1.64 | 1.91 | - |
YUV | 34.22 | 129.01 | 126.42 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 32 | 35 | 36 | 0.11 | 0.03 | 0 | 0.86 | 195 | 0.06 | 0.13 |
Hex | 20 | 23 | 24 | B | 3 | 0 | 56 | C3 | 6 | D |
Octal | 40 | 43 | 44 | 13 | 3 | 0 | 126 | 303 | 6 | 15 |
Binary | 100000 | 100011 | 100100 | 1011 | 11 | 0 | 1010110 | 11000011 | 110 | 1101 |
Color Harmonies of #202324
Complementary color
Monochromatic Colors of #202324
Black with #202324
Text Example
Text Example
White with #202324
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #202324; }
p { color: rgb(32,35,36); }
H1.HeaderClassName
{
color: #202324;
}
.AnyTagClassName
{
color: #202324;
}
</style>
background-color css
<style>
a { background-color: #202324; }
a { background-color: rgb(32,35,36); }
div.DivClassName
{
background-color: #202324;
}
.BgClassName
{
background-color: #202324;
}
</style>
border-color css
<style>
span { border-color: #202324; }
span { border-color: rgb(32,35,36); }
td.TdClassName
{
border-color: #202324;
}
.TagClassName
{
border-color: #202324;
}
</style>