#121619

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

Shades of Black Pearl #121619

Tints of Black Pearl #121619

Color information

#121619 (or 0x121619) is unknown color: approx Black Pearl. HEX triplet: 12, 16 and 19. RGB value is (18,22,25). Sum of RGB (Red+Green+Blue) = 18+22+25=65 (8% of max value = 765). Red value is 18 (7.42% from 255 or 27.69% from 65); Green value is 22 (8.98% from 255 or 33.85% from 65); Blue value is 25 (10.16% from 255 or 38.46% from 65); Max value from RGB is 25 - color contains mainly: blue. Hex color #121619 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #121619 is #EDE9E6. Grayscale: #151515. Windows color (decimal): -15591911 or 1644050. OLE color: 1644050.

HSL color Cylindrical-coordinate representation of color #121619: hue angle of 205.71º degrees, saturation: 0.16, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.1% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #121619 is Cyan = 0.28, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.90.

Color convert

RGB182225-
CMYK0.280.1200.90
HSL205.71º16.28%8.43%-
HSV(B)205.71º28%9.8%-
XYZ0.710.771.03-
YUV21.15130.17125.76-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 27.69%
GREEN value IS 22 (8.98% from 255) = 33.85%
BLUE value IS 25 (10.16% from 255) = 38.46%
R=27.69%
G=33.85%
B=38.46%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.90
SystemRedGreenBlueCMYKHSL
Decimal1822250.280.1200.90205.7116.288.43
Hex1216191CC05Ace108
Octal222631341401323162010
Binary1001010110110011110011000101101011001110100001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #121619

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #121619; }

 p { color: rgb(18,22,25); }

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

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

 a { background-color: rgb(18,22,25); }

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

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

 span { border-color: rgb(18,22,25); }

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