#1A1B1C

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

Shades of Black Pearl #1A1B1C

Tints of Black Pearl #1A1B1C

Color information

#1A1B1C (or 0x1A1B1C) is unknown color: approx Black Pearl. HEX triplet: 1A, 1B and 1C. RGB value is (26,27,28). Sum of RGB (Red+Green+Blue) = 26+27+28=81 (10% of max value = 765). Red value is 26 (10.55% from 255 or 32.10% from 81); Green value is 27 (10.94% from 255 or 33.33% from 81); Blue value is 28 (11.33% from 255 or 34.57% from 81); Max value from RGB is 28 - color contains mainly: blue. Hex color #1A1B1C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1A1B1C is #E5E4E3. Grayscale: #1A1A1A. Windows color (decimal): -15066340 or 1841946. OLE color: 1841946.

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

Color convert

RGB262728-
CMYK0.070.0400.89
HSL210º3.7%10.59%-
HSV(B)210º7.14%10.98%-
XYZ1.031.091.25-
YUV26.82128.67127.42-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 32.10%
GREEN value IS 27 (10.94% from 255) = 33.33%
BLUE value IS 28 (11.33% from 255) = 34.57%
R=32.10%
G=33.33%
B=34.57%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.89
SystemRedGreenBlueCMYKHSL
Decimal2627280.070.0400.892103.710.59
Hex1A1B1C74059d24b
Octal323334740131322413
Binary11010110111110011110001011001110100101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1A1B1C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #1A1B1C; }

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

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

<style>
 a { background-color: #1A1B1C; }

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

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

<style>
 span { border-color: #1A1B1C; }

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

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