#151A1B

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

Shades of Black Pearl #151A1B

Tints of Black Pearl #151A1B

Color information

#151A1B (or 0x151A1B) is unknown color: approx Black Pearl. HEX triplet: 15, 1A and 1B. RGB value is (21,26,27). Sum of RGB (Red+Green+Blue) = 21+26+27=74 (9% of max value = 765). Red value is 21 (8.59% from 255 or 28.38% from 74); Green value is 26 (10.55% from 255 or 35.14% from 74); Blue value is 27 (10.94% from 255 or 36.49% from 74); Max value from RGB is 27 - color contains mainly: blue. Hex color #151A1B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #151A1B is #EAE5E4. Grayscale: #181818. Windows color (decimal): -15394277 or 1776149. OLE color: 1776149.

HSL color Cylindrical-coordinate representation of color #151A1B: hue angle of 190º degrees, saturation: 0.12, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #151A1B is Cyan = 0.22, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.89.

Color convert

RGB212627-
CMYK0.220.0400.89
HSL190º12.5%9.41%-
HSV(B)190º22.22%10.59%-
XYZ0.880.981.18-
YUV24.62129.34125.42-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 28.38%
GREEN value IS 26 (10.55% from 255) = 35.14%
BLUE value IS 27 (10.94% from 255) = 36.49%
R=28.38%
G=35.14%
B=36.49%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.89
SystemRedGreenBlueCMYKHSL
Decimal2126270.220.0400.8919012.59.41
Hex151A1B164059bec9
Octal25323326401312761411
Binary10101110101101110110100010110011011111011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #151A1B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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