#20292C

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

Shades of Black Pearl #20292C

Tints of Black Pearl #20292C

Color information

#20292C (or 0x20292C) is unknown color: approx Black Pearl. HEX triplet: 20, 29 and 2C. RGB value is (32,41,44). Sum of RGB (Red+Green+Blue) = 32+41+44=117 (15% of max value = 765). Red value is 32 (12.89% from 255 or 27.35% from 117); Green value is 41 (16.41% from 255 or 35.04% from 117); Blue value is 44 (17.58% from 255 or 37.61% from 117); Max value from RGB is 44 - color contains mainly: blue. Hex color #20292C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #20292C is #DFD6D3. Grayscale: #262626. Windows color (decimal): -14669524 or 2894112. OLE color: 2894112.

HSL color Cylindrical-coordinate representation of color #20292C: hue angle of 195º degrees, saturation: 0.16, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.17% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #20292C is Cyan = 0.27, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.83.

Color convert

RGB324144-
CMYK0.270.0700.83
HSL195º15.79%14.9%-
HSV(B)195º27.27%17.25%-
XYZ1.842.072.69-
YUV38.65131.02123.26-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 27.35%
GREEN value IS 41 (16.41% from 255) = 35.04%
BLUE value IS 44 (17.58% from 255) = 37.61%
R=27.35%
G=35.04%
B=37.61%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.83
SystemRedGreenBlueCMYKHSL
Decimal3241440.270.0700.8319515.7914.9
Hex20292C1B7053c310f
Octal40515433701233032017
Binary100000101001101100110111110101001111000011100001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #20292C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #20292C; }

 p { color: rgb(32,41,44); }

 H1.HeaderClassName
 {
   color: #20292C;
 }
 .AnyTagClassName
 {
   color: #20292C;
 }
</style>
background-color css

<style>
 a { background-color: #20292C; }

 a { background-color: rgb(32,41,44); }

 div.DivClassName
 {
   background-color: #20292C;
 }
 .BgClassName
 {
   background-color: #20292C;
 }
</style>
border-color css

<style>
 span { border-color: #20292C; }

 span { border-color: rgb(32,41,44); }

 td.TdClassName
 {
   border-color: #20292C;
 }
 .TagClassName
 {
   border-color: #20292C;
 }
</style>