#121A1C

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

Shades of Black Pearl #121A1C

Tints of Black Pearl #121A1C

Color information

#121A1C (or 0x121A1C) is unknown color: approx Black Pearl. HEX triplet: 12, 1A and 1C. RGB value is (18,26,28). Sum of RGB (Red+Green+Blue) = 18+26+28=72 (9% of max value = 765). Red value is 18 (7.42% from 255 or 25% from 72); Green value is 26 (10.55% from 255 or 36.11% from 72); Blue value is 28 (11.33% from 255 or 38.89% from 72); Max value from RGB is 28 - color contains mainly: blue. Hex color #121A1C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #121A1C is #EDE5E3. Grayscale: #171717. Windows color (decimal): -15590884 or 1841682. OLE color: 1841682.

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

Color convert

RGB182628-
CMYK0.360.0700.89
HSL192º21.74%9.02%-
HSV(B)192º35.71%10.98%-
XYZ0.830.951.24-
YUV23.84130.35123.84-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 25%
GREEN value IS 26 (10.55% from 255) = 36.11%
BLUE value IS 28 (11.33% from 255) = 38.89%
R=25%
G=36.11%
B=38.89%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.89
SystemRedGreenBlueCMYKHSL
Decimal1826280.360.0700.8919221.749.02
Hex121A1C247059c0169
Octal22323444701313002611
Binary1001011010111001001001110101100111000000101101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #121A1C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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