#151A1D

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

Shades of Black Pearl #151A1D

Tints of Black Pearl #151A1D

Color information

#151A1D (or 0x151A1D) is unknown color: approx Black Pearl. HEX triplet: 15, 1A and 1D. RGB value is (21,26,29). Sum of RGB (Red+Green+Blue) = 21+26+29=76 (10% of max value = 765). Red value is 21 (8.59% from 255 or 27.63% from 76); Green value is 26 (10.55% from 255 or 34.21% from 76); Blue value is 29 (11.72% from 255 or 38.16% from 76); Max value from RGB is 29 - color contains mainly: blue. Hex color #151A1D is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #151A1D is #EAE5E2. Grayscale: #181818. Windows color (decimal): -15394275 or 1907221. OLE color: 1907221.

HSL color Cylindrical-coordinate representation of color #151A1D: hue angle of 202.5º 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 #151A1D is Cyan = 0.28, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.89.

Color convert

RGB212629-
CMYK0.280.1000.89
HSL202.5º16%9.8%-
HSV(B)202.5º27.59%11.37%-
XYZ0.90.991.31-
YUV24.85130.34125.26-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 27.63%
GREEN value IS 26 (10.55% from 255) = 34.21%
BLUE value IS 29 (11.72% from 255) = 38.16%
R=27.63%
G=34.21%
B=38.16%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.89
SystemRedGreenBlueCMYKHSL
Decimal2126290.280.1000.89202.5169.8
Hex151A1D1CA059ca10a
Octal253235341201313122012
Binary1010111010111011110010100101100111001010100001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #151A1D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #151A1D; }

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

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

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

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

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

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

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

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