#161B21

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

Shades of Black Pearl #161B21

Tints of Black Pearl #161B21

Color information

#161B21 (or 0x161B21) is unknown color: approx Black Pearl. HEX triplet: 16, 1B and 21. RGB value is (22,27,33). Sum of RGB (Red+Green+Blue) = 22+27+33=82 (10% of max value = 765). Red value is 22 (8.98% from 255 or 26.83% from 82); Green value is 27 (10.94% from 255 or 32.93% from 82); Blue value is 33 (13.28% from 255 or 40.24% from 82); Max value from RGB is 33 - color contains mainly: blue. Hex color #161B21 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #161B21 is #E9E4DE. Grayscale: #1A1A1A. Windows color (decimal): -15328479 or 2169622. OLE color: 2169622.

HSL color Cylindrical-coordinate representation of color #161B21: hue angle of 212.73º degrees, saturation: 0.2, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #161B21 is Cyan = 0.33, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.87.

Color convert

RGB222733-
CMYK0.330.1800.87
HSL212.73º20%10.78%-
HSV(B)212.73º33.33%12.94%-
XYZ11.061.59-
YUV26.19131.84125.01-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 26.83%
GREEN value IS 27 (10.94% from 255) = 32.93%
BLUE value IS 33 (13.28% from 255) = 40.24%
R=26.83%
G=32.93%
B=40.24%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.87
SystemRedGreenBlueCMYKHSL
Decimal2227330.330.1800.87212.732010.78
Hex161B212112057d514b
Octal263341412201273252413
Binary1011011011100001100001100100101011111010101101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #161B21

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #161B21; }

 p { color: rgb(22,27,33); }

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

<style>
 a { background-color: #161B21; }

 a { background-color: rgb(22,27,33); }

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

<style>
 span { border-color: #161B21; }

 span { border-color: rgb(22,27,33); }

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