#12171C

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

Shades of Black Pearl #12171C

Tints of Black Pearl #12171C

Color information

#12171C (or 0x12171C) is unknown color: approx Black Pearl. HEX triplet: 12, 17 and 1C. RGB value is (18,23,28). Sum of RGB (Red+Green+Blue) = 18+23+28=69 (9% of max value = 765). Red value is 18 (7.42% from 255 or 26.09% from 69); Green value is 23 (9.38% from 255 or 33.33% from 69); Blue value is 28 (11.33% from 255 or 40.58% from 69); Max value from RGB is 28 - color contains mainly: blue. Hex color #12171C is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #12171C is #EDE8E3. Grayscale: #161616. Windows color (decimal): -15591652 or 1840914. OLE color: 1840914.

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

Color convert

RGB182328-
CMYK0.360.1800.89
HSL210º21.74%9.02%-
HSV(B)210º35.71%10.98%-
XYZ0.770.831.22-
YUV22.08131.34125.09-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 26.09%
GREEN value IS 23 (9.38% from 255) = 33.33%
BLUE value IS 28 (11.33% from 255) = 40.58%
R=26.09%
G=33.33%
B=40.58%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.89
SystemRedGreenBlueCMYKHSL
Decimal1823280.360.1800.8921021.749.02
Hex12171C2412059d2169
Octal222734442201313222611
Binary100101011111100100100100100101100111010010101101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #12171C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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