#12171D

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

Shades of Black Pearl #12171D

Tints of Black Pearl #12171D

Color information

#12171D (or 0x12171D) is unknown color: approx Black Pearl. HEX triplet: 12, 17 and 1D. RGB value is (18,23,29). Sum of RGB (Red+Green+Blue) = 18+23+29=70 (9% of max value = 765). Red value is 18 (7.42% from 255 or 25.71% from 70); Green value is 23 (9.38% from 255 or 32.86% from 70); Blue value is 29 (11.72% from 255 or 41.43% from 70); Max value from RGB is 29 - color contains mainly: blue. Hex color #12171D is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #12171D is #EDE8E2. Grayscale: #161616. Windows color (decimal): -15591651 or 1906450. OLE color: 1906450.

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

Color convert

RGB182329-
CMYK0.380.2100.89
HSL212.73º23.4%9.22%-
HSV(B)212.73º37.93%11.37%-
XYZ0.780.831.28-
YUV22.19131.84125.01-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 25.71%
GREEN value IS 23 (9.38% from 255) = 32.86%
BLUE value IS 29 (11.72% from 255) = 41.43%
R=25.71%
G=32.86%
B=41.43%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.89
SystemRedGreenBlueCMYKHSL
Decimal1823290.380.2100.89212.7323.49.22
Hex12171D2615059d5179
Octal222735462501313252711
Binary100101011111101100110101010101100111010101101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #12171D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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