#202324

Color #202324 Black Pearl (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Black Pearl #202324

Tints of Black Pearl #202324

Color information

#202324 (or 0x202324) is unknown color: approx 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

RGB323536-
CMYK0.110.0300.86
HSL195º5.88%13.33%-
HSV(B)195º11.11%14.12%-
XYZ1.521.641.91-
YUV34.22129.01126.42-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 32 (12.89% from 255) = 31.07%
GREEN value IS 35 (14.06% from 255) = 33.98%
BLUE value IS 36 (14.45% from 255) = 34.95%
R=31.07%
G=33.98%
B=34.95%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.86
SystemRedGreenBlueCMYKHSL
Decimal3235360.110.0300.861955.8813.33
Hex202324B3056c36d
Octal4043441330126303615
Binary10000010001110010010111101010110110000111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #202324

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>