#15191E

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

Shades of Black Pearl #15191E

Tints of Black Pearl #15191E

Color information

#15191E (or 0x15191E) is unknown color: approx Black Pearl. HEX triplet: 15, 19 and 1E. RGB value is (21,25,30). Sum of RGB (Red+Green+Blue) = 21+25+30=76 (10% of max value = 765). Red value is 21 (8.59% from 255 or 27.63% from 76); Green value is 25 (10.16% from 255 or 32.89% from 76); Blue value is 30 (12.11% from 255 or 39.47% from 76); Max value from RGB is 30 - color contains mainly: blue. Hex color #15191E is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #15191E is #EAE6E1. Grayscale: #181818. Windows color (decimal): -15394530 or 1972501. OLE color: 1972501.

HSL color Cylindrical-coordinate representation of color #15191E: hue angle of 213.33º degrees, saturation: 0.18, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.12% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #15191E is Cyan = 0.30, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.88.

Color convert

RGB212530-
CMYK0.300.1700.88
HSL213.33º17.65%10%-
HSV(B)213.33º30%11.76%-
XYZ0.890.951.36-
YUV24.37131.17125.59-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 27.63%
GREEN value IS 25 (10.16% from 255) = 32.89%
BLUE value IS 30 (12.11% from 255) = 39.47%
R=27.63%
G=32.89%
B=39.47%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.88
SystemRedGreenBlueCMYKHSL
Decimal2125300.300.1700.88213.3317.6510
Hex15191E1E11058d512a
Octal253136362101303252212
Binary10101110011111011110100010101100011010101100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #15191E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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