#121415

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

Shades of Black Pearl #121415

Tints of Black Pearl #121415

Color information

#121415 (or 0x121415) is unknown color: approx Black Pearl. HEX triplet: 12, 14 and 15. RGB value is (18,20,21). Sum of RGB (Red+Green+Blue) = 18+20+21=59 (7% of max value = 765). Red value is 18 (7.42% from 255 or 30.51% from 59); Green value is 20 (8.20% from 255 or 33.90% from 59); Blue value is 21 (8.59% from 255 or 35.59% from 59); Max value from RGB is 21 - color contains mainly: blue. Hex color #121415 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #121415 is #EDEBEA. Grayscale: #131313. Windows color (decimal): -15592427 or 1381394. OLE color: 1381394.

HSL color Cylindrical-coordinate representation of color #121415: hue angle of 200º degrees, saturation: 0.08, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.08% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #121415 is Cyan = 0.14, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.92.

Color convert

RGB182021-
CMYK0.140.0500.92
HSL200º7.69%7.65%-
HSV(B)200º14.29%8.24%-
XYZ0.630.680.81-
YUV19.52128.84126.92-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 30.51%
GREEN value IS 20 (8.20% from 255) = 33.90%
BLUE value IS 21 (8.59% from 255) = 35.59%
R=30.51%
G=33.90%
B=35.59%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.92
SystemRedGreenBlueCMYKHSL
Decimal1820210.140.0500.922007.697.65
Hex121415E505Cc888
Octal22242516501343101010
Binary1001010100101011110101010111001100100010001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #121415

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #121415; }

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

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

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

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

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

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

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

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