#101821

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

Shades of Black Pearl #101821

Tints of Black Pearl #101821

Color information

#101821 (or 0x101821) is unknown color: approx Black Pearl. HEX triplet: 10, 18 and 21. RGB value is (16,24,33). Sum of RGB (Red+Green+Blue) = 16+24+33=73 (9% of max value = 765). Red value is 16 (6.64% from 255 or 21.92% from 73); Green value is 24 (9.77% from 255 or 32.88% from 73); Blue value is 33 (13.28% from 255 or 45.21% from 73); Max value from RGB is 33 - color contains mainly: blue. Hex color #101821 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #101821 is #EFE7DE. Grayscale: #161616. Windows color (decimal): -15722463 or 2168848. OLE color: 2168848.

HSL color Cylindrical-coordinate representation of color #101821: hue angle of 211.76º degrees, saturation: 0.35, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #101821 is Cyan = 0.52, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.87.

Color convert

RGB162433-
CMYK0.520.2700.87
HSL211.76º34.69%9.61%-
HSV(B)211.76º51.52%12.94%-
XYZ0.810.871.56-
YUV22.63133.85123.27-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 21.92%
GREEN value IS 24 (9.77% from 255) = 32.88%
BLUE value IS 33 (13.28% from 255) = 45.21%
R=21.92%
G=32.88%
B=45.21%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.87
SystemRedGreenBlueCMYKHSL
Decimal1624330.520.2700.87211.7634.699.61
Hex101821341B057d423a
Octal203041643301273244312
Binary10000110001000011101001101101010111110101001000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #101821

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #101821; }

 p { color: rgb(16,24,33); }

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

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

 a { background-color: rgb(16,24,33); }

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

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

 span { border-color: rgb(16,24,33); }

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