#12171B

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

Shades of Black Pearl #12171B

Tints of Black Pearl #12171B

Color information

#12171B (or 0x12171B) is unknown color: approx Black Pearl. HEX triplet: 12, 17 and 1B. RGB value is (18,23,27). Sum of RGB (Red+Green+Blue) = 18+23+27=68 (9% of max value = 765). Red value is 18 (7.42% from 255 or 26.47% from 68); Green value is 23 (9.38% from 255 or 33.82% from 68); Blue value is 27 (10.94% from 255 or 39.71% from 68); Max value from RGB is 27 - color contains mainly: blue. Hex color #12171B is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #12171B is #EDE8E4. Grayscale: #151515. Windows color (decimal): -15591653 or 1775378. OLE color: 1775378.

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

Color convert

RGB182327-
CMYK0.330.1500.89
HSL206.67º20%8.82%-
HSV(B)206.67º33.33%10.59%-
XYZ0.750.821.16-
YUV21.96130.84125.17-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 26.47%
GREEN value IS 23 (9.38% from 255) = 33.82%
BLUE value IS 27 (10.94% from 255) = 39.71%
R=26.47%
G=33.82%
B=39.71%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.89
SystemRedGreenBlueCMYKHSL
Decimal1823270.330.1500.89206.67208.82
Hex12171B21F059cf149
Octal222733411701313172411
Binary10010101111101110000111110101100111001111101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #12171B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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