#121A1B

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

Shades of Black Pearl #121A1B

Tints of Black Pearl #121A1B

Color information

#121A1B (or 0x121A1B) is unknown color: approx Black Pearl. HEX triplet: 12, 1A and 1B. RGB value is (18,26,27). Sum of RGB (Red+Green+Blue) = 18+26+27=71 (9% of max value = 765). Red value is 18 (7.42% from 255 or 25.35% from 71); Green value is 26 (10.55% from 255 or 36.62% from 71); Blue value is 27 (10.94% from 255 or 38.03% from 71); Max value from RGB is 27 - color contains mainly: blue. Hex color #121A1B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #121A1B is #EDE5E4. Grayscale: #171717. Windows color (decimal): -15590885 or 1776146. OLE color: 1776146.

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

Color convert

RGB182627-
CMYK0.330.0400.89
HSL186.67º20%8.82%-
HSV(B)186.67º33.33%10.59%-
XYZ0.820.951.18-
YUV23.72129.85123.92-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 25.35%
GREEN value IS 26 (10.55% from 255) = 36.62%
BLUE value IS 27 (10.94% from 255) = 38.03%
R=25.35%
G=36.62%
B=38.03%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.89
SystemRedGreenBlueCMYKHSL
Decimal1826270.330.0400.89186.67208.82
Hex121A1B214059bb149
Octal22323341401312732411
Binary1001011010110111000011000101100110111011101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #121A1B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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