#15191D

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

Shades of Black Pearl #15191D

Tints of Black Pearl #15191D

Color information

#15191D (or 0x15191D) is unknown color: approx Black Pearl. HEX triplet: 15, 19 and 1D. RGB value is (21,25,29). Sum of RGB (Red+Green+Blue) = 21+25+29=75 (9% of max value = 765). Red value is 21 (8.59% from 255 or 28% from 75); Green value is 25 (10.16% from 255 or 33.33% from 75); Blue value is 29 (11.72% from 255 or 38.67% from 75); Max value from RGB is 29 - color contains mainly: blue. Hex color #15191D is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #15191D is #EAE6E2. Grayscale: #181818. Windows color (decimal): -15394531 or 1906965. OLE color: 1906965.

HSL color Cylindrical-coordinate representation of color #15191D: hue angle of 210º degrees, saturation: 0.16, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #15191D is Cyan = 0.28, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.89.

Color convert

RGB212529-
CMYK0.280.1400.89
HSL210º16%9.8%-
HSV(B)210º27.59%11.37%-
XYZ0.880.941.3-
YUV24.26130.67125.67-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 28%
GREEN value IS 25 (10.16% from 255) = 33.33%
BLUE value IS 29 (11.72% from 255) = 38.67%
R=28%
G=33.33%
B=38.67%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.89
SystemRedGreenBlueCMYKHSL
Decimal2125290.280.1400.89210169.8
Hex15191D1CE059d210a
Octal253135341601313222012
Binary1010111001111011110011100101100111010010100001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #15191D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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