#15191A

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

Shades of Black Pearl #15191A

Tints of Black Pearl #15191A

Color information

#15191A (or 0x15191A) is unknown color: approx Black Pearl. HEX triplet: 15, 19 and 1A. RGB value is (21,25,26). Sum of RGB (Red+Green+Blue) = 21+25+26=72 (9% of max value = 765). Red value is 21 (8.59% from 255 or 29.17% from 72); Green value is 25 (10.16% from 255 or 34.72% from 72); Blue value is 26 (10.55% from 255 or 36.11% from 72); Max value from RGB is 26 - color contains mainly: blue. Hex color #15191A is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #15191A is #EAE6E5. Grayscale: #171717. Windows color (decimal): -15394534 or 1710357. OLE color: 1710357.

HSL color Cylindrical-coordinate representation of color #15191A: hue angle of 192º degrees, saturation: 0.11, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.1% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #15191A is Cyan = 0.19, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.90.

Color convert

RGB212526-
CMYK0.190.0400.90
HSL192º10.64%9.22%-
HSV(B)192º19.23%10.2%-
XYZ0.840.931.11-
YUV23.92129.17125.92-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 29.17%
GREEN value IS 25 (10.16% from 255) = 34.72%
BLUE value IS 26 (10.55% from 255) = 36.11%
R=29.17%
G=34.72%
B=36.11%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.90
SystemRedGreenBlueCMYKHSL
Decimal2125260.190.0400.9019210.649.22
Hex15191A13405Ac0b9
Octal25313223401323001311
Binary10101110011101010011100010110101100000010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #15191A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #15191A; }

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

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

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

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

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

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

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

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