#12191D

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

Shades of Black Pearl #12191D

Tints of Black Pearl #12191D

Color information

#12191D (or 0x12191D) is unknown color: approx Black Pearl. HEX triplet: 12, 19 and 1D. RGB value is (18,25,29). Sum of RGB (Red+Green+Blue) = 18+25+29=72 (9% of max value = 765). Red value is 18 (7.42% from 255 or 25% from 72); Green value is 25 (10.16% from 255 or 34.72% from 72); Blue value is 29 (11.72% from 255 or 40.28% from 72); Max value from RGB is 29 - color contains mainly: blue. Hex color #12191D is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #12191D is #EDE6E2. Grayscale: #171717. Windows color (decimal): -15591139 or 1906962. OLE color: 1906962.

HSL color Cylindrical-coordinate representation of color #12191D: hue angle of 201.82º degrees, saturation: 0.23, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #12191D is Cyan = 0.38, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.89.

Color convert

RGB182529-
CMYK0.380.1400.89
HSL201.82º23.4%9.22%-
HSV(B)201.82º37.93%11.37%-
XYZ0.820.911.3-
YUV23.36131.18124.17-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 25%
GREEN value IS 25 (10.16% from 255) = 34.72%
BLUE value IS 29 (11.72% from 255) = 40.28%
R=25%
G=34.72%
B=40.28%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.89
SystemRedGreenBlueCMYKHSL
Decimal1825290.380.1400.89201.8223.49.22
Hex12191D26E059ca179
Octal223135461601313122711
Binary10010110011110110011011100101100111001010101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #12191D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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