#121519

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

Shades of Black Pearl #121519

Tints of Black Pearl #121519

Color information

#121519 (or 0x121519) is unknown color: approx Black Pearl. HEX triplet: 12, 15 and 19. RGB value is (18,21,25). Sum of RGB (Red+Green+Blue) = 18+21+25=64 (8% of max value = 765). Red value is 18 (7.42% from 255 or 28.12% from 64); Green value is 21 (8.59% from 255 or 32.81% from 64); Blue value is 25 (10.16% from 255 or 39.06% from 64); Max value from RGB is 25 - color contains mainly: blue. Hex color #121519 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #121519 is #EDEAE6. Grayscale: #141414. Windows color (decimal): -15592167 or 1643794. OLE color: 1643794.

HSL color Cylindrical-coordinate representation of color #121519: hue angle of 214.29º 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 #121519 is Cyan = 0.28, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.90.

Color convert

RGB182125-
CMYK0.280.1600.90
HSL214.29º16.28%8.43%-
HSV(B)214.29º28%9.8%-
XYZ0.690.741.03-
YUV20.56130.51126.17-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 28.12%
GREEN value IS 21 (8.59% from 255) = 32.81%
BLUE value IS 25 (10.16% from 255) = 39.06%
R=28.12%
G=32.81%
B=39.06%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.90
SystemRedGreenBlueCMYKHSL
Decimal1821250.280.1600.90214.2916.288.43
Hex1215191C1005Ad6108
Octal222531342001323262010
Binary10010101011100111100100000101101011010110100001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #121519

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #121519; }

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

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

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

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

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

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

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

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