#151A1C

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

Shades of Black Pearl #151A1C

Tints of Black Pearl #151A1C

Color information

#151A1C (or 0x151A1C) is unknown color: approx Black Pearl. HEX triplet: 15, 1A and 1C. RGB value is (21,26,28). Sum of RGB (Red+Green+Blue) = 21+26+28=75 (9% of max value = 765). Red value is 21 (8.59% from 255 or 28% from 75); Green value is 26 (10.55% from 255 or 34.67% from 75); Blue value is 28 (11.33% from 255 or 37.33% from 75); Max value from RGB is 28 - color contains mainly: blue. Hex color #151A1C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #151A1C is #EAE5E3. Grayscale: #181818. Windows color (decimal): -15394276 or 1841685. OLE color: 1841685.

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

Color convert

RGB212628-
CMYK0.250.0700.89
HSL197.14º14.29%9.61%-
HSV(B)197.14º25%10.98%-
XYZ0.890.981.24-
YUV24.73129.84125.34-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 28%
GREEN value IS 26 (10.55% from 255) = 34.67%
BLUE value IS 28 (11.33% from 255) = 37.33%
R=28%
G=34.67%
B=37.33%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.89
SystemRedGreenBlueCMYKHSL
Decimal2126280.250.0700.89197.1414.299.61
Hex151A1C197059c5ea
Octal25323431701313051612
Binary10101110101110011001111010110011100010111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #151A1C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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