#15181A

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

Shades of Black Pearl #15181A

Tints of Black Pearl #15181A

Color information

#15181A (or 0x15181A) is unknown color: approx Black Pearl. HEX triplet: 15, 18 and 1A. RGB value is (21,24,26). Sum of RGB (Red+Green+Blue) = 21+24+26=71 (9% of max value = 765). Red value is 21 (8.59% from 255 or 29.58% from 71); Green value is 24 (9.77% from 255 or 33.80% from 71); Blue value is 26 (10.55% from 255 or 36.62% from 71); Max value from RGB is 26 - color contains mainly: blue. Hex color #15181A is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #15181A is #EAE7E5. Grayscale: #171717. Windows color (decimal): -15394790 or 1710101. OLE color: 1710101.

HSL color Cylindrical-coordinate representation of color #15181A: hue angle of 204º 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 #15181A is Cyan = 0.19, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.90.

Color convert

RGB212426-
CMYK0.190.0800.90
HSL204º10.64%9.22%-
HSV(B)204º19.23%10.2%-
XYZ0.820.891.11-
YUV23.33129.51126.34-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 29.58%
GREEN value IS 24 (9.77% from 255) = 33.80%
BLUE value IS 26 (10.55% from 255) = 36.62%
R=29.58%
G=33.80%
B=36.62%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.90
SystemRedGreenBlueCMYKHSL
Decimal2124260.190.0800.9020410.649.22
Hex15181A13805Accb9
Octal253032231001323141311
Binary101011100011010100111000010110101100110010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #15181A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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