#12191A

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

Shades of Black Pearl #12191A

Tints of Black Pearl #12191A

Color information

#12191A (or 0x12191A) is unknown color: approx Black Pearl. HEX triplet: 12, 19 and 1A. RGB value is (18,25,26). Sum of RGB (Red+Green+Blue) = 18+25+26=69 (9% of max value = 765). Red value is 18 (7.42% from 255 or 26.09% from 69); Green value is 25 (10.16% from 255 or 36.23% from 69); Blue value is 26 (10.55% from 255 or 37.68% from 69); Max value from RGB is 26 - color contains mainly: blue. Hex color #12191A is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #12191A is #EDE6E5. Grayscale: #171717. Windows color (decimal): -15591142 or 1710354. OLE color: 1710354.

HSL color Cylindrical-coordinate representation of color #12191A: hue angle of 187.5º degrees, saturation: 0.18, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.1% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #12191A is Cyan = 0.31, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.90.

Color convert

RGB182526-
CMYK0.310.0400.90
HSL187.5º18.18%8.63%-
HSV(B)187.5º30.77%10.2%-
XYZ0.780.91.11-
YUV23.02129.68124.42-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 26.09%
GREEN value IS 25 (10.16% from 255) = 36.23%
BLUE value IS 26 (10.55% from 255) = 37.68%
R=26.09%
G=36.23%
B=37.68%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.90
SystemRedGreenBlueCMYKHSL
Decimal1825260.310.0400.90187.518.188.63
Hex12191A1F405Abc129
Octal22313237401322742211
Binary100101100111010111111000101101010111100100101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #12191A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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