#12191B

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

Shades of Black Pearl #12191B

Tints of Black Pearl #12191B

Color information

#12191B (or 0x12191B) is unknown color: approx Black Pearl. HEX triplet: 12, 19 and 1B. RGB value is (18,25,27). Sum of RGB (Red+Green+Blue) = 18+25+27=70 (9% of max value = 765). Red value is 18 (7.42% from 255 or 25.71% from 70); Green value is 25 (10.16% from 255 or 35.71% from 70); Blue value is 27 (10.94% from 255 or 38.57% from 70); Max value from RGB is 27 - color contains mainly: blue. Hex color #12191B is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #12191B is #EDE6E4. Grayscale: #171717. Windows color (decimal): -15591141 or 1775890. OLE color: 1775890.

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

Color convert

RGB182527-
CMYK0.330.0700.89
HSL193.33º20%8.82%-
HSV(B)193.33º33.33%10.59%-
XYZ0.790.91.17-
YUV23.14130.18124.34-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 25.71%
GREEN value IS 25 (10.16% from 255) = 35.71%
BLUE value IS 27 (10.94% from 255) = 38.57%
R=25.71%
G=35.71%
B=38.57%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.89
SystemRedGreenBlueCMYKHSL
Decimal1825270.330.0700.89193.33208.82
Hex12191B217059c1149
Octal22313341701313012411
Binary1001011001110111000011110101100111000001101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #12191B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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