#12191C

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

Shades of Black Pearl #12191C

Tints of Black Pearl #12191C

Color information

#12191C (or 0x12191C) is unknown color: approx Black Pearl. HEX triplet: 12, 19 and 1C. RGB value is (18,25,28). Sum of RGB (Red+Green+Blue) = 18+25+28=71 (9% of max value = 765). Red value is 18 (7.42% from 255 or 25.35% from 71); Green value is 25 (10.16% from 255 or 35.21% from 71); Blue value is 28 (11.33% from 255 or 39.44% from 71); Max value from RGB is 28 - color contains mainly: blue. Hex color #12191C is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #12191C is #EDE6E3. Grayscale: #171717. Windows color (decimal): -15591140 or 1841426. OLE color: 1841426.

HSL color Cylindrical-coordinate representation of color #12191C: hue angle of 198º 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 #12191C is Cyan = 0.36, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.89.

Color convert

RGB182528-
CMYK0.360.1100.89
HSL198º21.74%9.02%-
HSV(B)198º35.71%10.98%-
XYZ0.810.911.23-
YUV23.25130.68124.26-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 25.35%
GREEN value IS 25 (10.16% from 255) = 35.21%
BLUE value IS 28 (11.33% from 255) = 39.44%
R=25.35%
G=35.21%
B=39.44%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.89
SystemRedGreenBlueCMYKHSL
Decimal1825280.360.1100.8919821.749.02
Hex12191C24B059c6169
Octal223134441301313062611
Binary10010110011110010010010110101100111000110101101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #12191C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #12191C; }

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

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

<style>
 a { background-color: #12191C; }

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

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

<style>
 span { border-color: #12191C; }

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

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