#21292B

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

Shades of Black Pearl #21292B

Tints of Black Pearl #21292B

Color information

#21292B (or 0x21292B) is unknown color: approx Black Pearl. HEX triplet: 21, 29 and 2B. RGB value is (33,41,43). Sum of RGB (Red+Green+Blue) = 33+41+43=117 (15% of max value = 765). Red value is 33 (13.28% from 255 or 28.21% from 117); Green value is 41 (16.41% from 255 or 35.04% from 117); Blue value is 43 (17.19% from 255 or 36.75% from 117); Max value from RGB is 43 - color contains mainly: blue. Hex color #21292B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #21292B is #DED6D4. Grayscale: #262626. Windows color (decimal): -14603989 or 2828577. OLE color: 2828577.

HSL color Cylindrical-coordinate representation of color #21292B: hue angle of 192º degrees, saturation: 0.13, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.17% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #21292B is Cyan = 0.23, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.83.

Color convert

RGB334143-
CMYK0.230.0500.83
HSL192º13.16%14.9%-
HSV(B)192º23.26%16.86%-
XYZ1.862.082.59-
YUV38.84130.35123.84-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 28.21%
GREEN value IS 41 (16.41% from 255) = 35.04%
BLUE value IS 43 (17.19% from 255) = 36.75%
R=28.21%
G=35.04%
B=36.75%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.83
SystemRedGreenBlueCMYKHSL
Decimal3341430.230.0500.8319213.1614.9
Hex21292B175053c0df
Octal41515327501233001517
Binary10000110100110101110111101010100111100000011011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #21292B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #21292B; }

 p { color: rgb(33,41,43); }

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

<style>
 a { background-color: #21292B; }

 a { background-color: rgb(33,41,43); }

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

<style>
 span { border-color: #21292B; }

 span { border-color: rgb(33,41,43); }

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