#121517

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

Shades of Black Pearl #121517

Tints of Black Pearl #121517

Color information

#121517 (or 0x121517) is unknown color: approx Black Pearl. HEX triplet: 12, 15 and 17. RGB value is (18,21,23). Sum of RGB (Red+Green+Blue) = 18+21+23=62 (8% of max value = 765). Red value is 18 (7.42% from 255 or 29.03% from 62); Green value is 21 (8.59% from 255 or 33.87% from 62); Blue value is 23 (9.38% from 255 or 37.10% from 62); Max value from RGB is 23 - color contains mainly: blue. Hex color #121517 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #121517 is #EDEAE8. Grayscale: #141414. Windows color (decimal): -15592169 or 1512722. OLE color: 1512722.

HSL color Cylindrical-coordinate representation of color #121517: hue angle of 204º 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 #121517 is Cyan = 0.22, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.91.

Color convert

RGB182123-
CMYK0.220.0900.91
HSL204º12.2%8.04%-
HSV(B)204º21.74%9.02%-
XYZ0.670.730.92-
YUV20.33129.51126.34-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 29.03%
GREEN value IS 21 (8.59% from 255) = 33.87%
BLUE value IS 23 (9.38% from 255) = 37.10%
R=29.03%
G=33.87%
B=37.10%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.91
SystemRedGreenBlueCMYKHSL
Decimal1821230.220.0900.9120412.28.04
Hex12151716905Bccc8
Octal222527261101333141410
Binary100101010110111101101001010110111100110011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #121517

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #121517; }

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

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

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

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

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

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

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

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