#121417

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

Shades of Black Pearl #121417

Tints of Black Pearl #121417

Color information

#121417 (or 0x121417) is unknown color: approx Black Pearl. HEX triplet: 12, 14 and 17. RGB value is (18,20,23). Sum of RGB (Red+Green+Blue) = 18+20+23=61 (8% of max value = 765). Red value is 18 (7.42% from 255 or 29.51% from 61); Green value is 20 (8.20% from 255 or 32.79% from 61); Blue value is 23 (9.38% from 255 or 37.70% from 61); Max value from RGB is 23 - color contains mainly: blue. Hex color #121417 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #121417 is #EDEBE8. Grayscale: #131313. Windows color (decimal): -15592425 or 1512466. OLE color: 1512466.

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

Color convert

RGB182023-
CMYK0.220.1300.91
HSL216º12.2%8.04%-
HSV(B)216º21.74%9.02%-
XYZ0.650.690.91-
YUV19.74129.84126.76-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 29.51%
GREEN value IS 20 (8.20% from 255) = 32.79%
BLUE value IS 23 (9.38% from 255) = 37.70%
R=29.51%
G=32.79%
B=37.70%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.91
SystemRedGreenBlueCMYKHSL
Decimal1820230.220.1300.9121612.28.04
Hex12141716D05Bd8c8
Octal222427261501333301410
Binary100101010010111101101101010110111101100011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #121417

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #121417; }

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

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

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

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

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

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

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

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