#12171E

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

Shades of Black Pearl #12171E

Tints of Black Pearl #12171E

Color information

#12171E (or 0x12171E) is unknown color: approx Black Pearl. HEX triplet: 12, 17 and 1E. RGB value is (18,23,30). Sum of RGB (Red+Green+Blue) = 18+23+30=71 (9% of max value = 765). Red value is 18 (7.42% from 255 or 25.35% from 71); Green value is 23 (9.38% from 255 or 32.39% from 71); Blue value is 30 (12.11% from 255 or 42.25% from 71); Max value from RGB is 30 - color contains mainly: blue. Hex color #12171E is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #12171E is #EDE8E1. Grayscale: #161616. Windows color (decimal): -15591650 or 1971986. OLE color: 1971986.

HSL color Cylindrical-coordinate representation of color #12171E: hue angle of 215º degrees, saturation: 0.25, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.12% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #12171E is Cyan = 0.40, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.88.

Color convert

RGB182330-
CMYK0.400.2300.88
HSL215º25%9.41%-
HSV(B)215º40%11.76%-
XYZ0.790.841.35-
YUV22.3132.34124.93-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 25.35%
GREEN value IS 23 (9.38% from 255) = 32.39%
BLUE value IS 30 (12.11% from 255) = 42.25%
R=25.35%
G=32.39%
B=42.25%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.88
SystemRedGreenBlueCMYKHSL
Decimal1823300.400.2300.88215259.41
Hex12171E2817058d7199
Octal222736502701303273111
Binary100101011111110101000101110101100011010111110011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #12171E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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