#121617

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

Shades of Black Pearl #121617

Tints of Black Pearl #121617

Color information

#121617 (or 0x121617) is unknown color: approx Black Pearl. HEX triplet: 12, 16 and 17. RGB value is (18,22,23). Sum of RGB (Red+Green+Blue) = 18+22+23=63 (8% of max value = 765). Red value is 18 (7.42% from 255 or 28.57% from 63); Green value is 22 (8.98% from 255 or 34.92% from 63); Blue value is 23 (9.38% from 255 or 36.51% from 63); Max value from RGB is 23 - color contains mainly: blue. Hex color #121617 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #121617 is #EDE9E8. Grayscale: #141414. Windows color (decimal): -15591913 or 1512978. OLE color: 1512978.

HSL color Cylindrical-coordinate representation of color #121617: hue angle of 192º degrees, saturation: 0.12, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.09% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #121617 is Cyan = 0.22, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.91.

Color convert

RGB182223-
CMYK0.220.0400.91
HSL192º12.2%8.04%-
HSV(B)192º21.74%9.02%-
XYZ0.690.760.92-
YUV20.92129.17125.92-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 28.57%
GREEN value IS 22 (8.98% from 255) = 34.92%
BLUE value IS 23 (9.38% from 255) = 36.51%
R=28.57%
G=34.92%
B=36.51%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.91
SystemRedGreenBlueCMYKHSL
Decimal1822230.220.0400.9119212.28.04
Hex12161716405Bc0c8
Octal22262726401333001410
Binary10010101101011110110100010110111100000011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #121617

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #121617; }

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

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

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

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

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

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

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

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