#12171A

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

Shades of Black Pearl #12171A

Tints of Black Pearl #12171A

Color information

#12171A (or 0x12171A) is unknown color: approx Black Pearl. HEX triplet: 12, 17 and 1A. RGB value is (18,23,26). Sum of RGB (Red+Green+Blue) = 18+23+26=67 (8% of max value = 765). Red value is 18 (7.42% from 255 or 26.87% from 67); Green value is 23 (9.38% from 255 or 34.33% from 67); Blue value is 26 (10.55% from 255 or 38.81% from 67); Max value from RGB is 26 - color contains mainly: blue. Hex color #12171A is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #12171A is #EDE8E5. Grayscale: #151515. Windows color (decimal): -15591654 or 1709842. OLE color: 1709842.

HSL color Cylindrical-coordinate representation of color #12171A: hue angle of 202.5º degrees, saturation: 0.18, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.1% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #12171A is Cyan = 0.31, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.90.

Color convert

RGB182326-
CMYK0.310.1200.90
HSL202.5º18.18%8.63%-
HSV(B)202.5º30.77%10.2%-
XYZ0.740.821.1-
YUV21.85130.34125.26-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 26.87%
GREEN value IS 23 (9.38% from 255) = 34.33%
BLUE value IS 26 (10.55% from 255) = 38.81%
R=26.87%
G=34.33%
B=38.81%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.90
SystemRedGreenBlueCMYKHSL
Decimal1823260.310.1200.90202.518.188.63
Hex12171A1FC05Aca129
Octal222732371401323122211
Binary1001010111110101111111000101101011001010100101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #12171A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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