#101215

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

Shades of Black Pearl #101215

Tints of Black Pearl #101215

Color information

#101215 (or 0x101215) is unknown color: approx Black Pearl. HEX triplet: 10, 12 and 15. RGB value is (16,18,21). Sum of RGB (Red+Green+Blue) = 16+18+21=55 (7% of max value = 765). Red value is 16 (6.64% from 255 or 29.09% from 55); Green value is 18 (7.42% from 255 or 32.73% from 55); Blue value is 21 (8.59% from 255 or 38.18% from 55); Max value from RGB is 21 - color contains mainly: blue. Hex color #101215 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #101215 is #EFEDEA. Grayscale: #111111. Windows color (decimal): -15724011 or 1380880. OLE color: 1380880.

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

Color convert

RGB161821-
CMYK0.240.1400.92
HSL216º13.51%7.25%-
HSV(B)216º23.81%8.24%-
XYZ0.570.60.79-
YUV17.74129.84126.76-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 29.09%
GREEN value IS 18 (7.42% from 255) = 32.73%
BLUE value IS 21 (8.59% from 255) = 38.18%
R=29.09%
G=32.73%
B=38.18%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.92
SystemRedGreenBlueCMYKHSL
Decimal1618210.240.1400.9221613.517.25
Hex10121518E05Cd8e7
Octal20222530160134330167
Binary10000100101010111000111001011100110110001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #101215

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #101215; }

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

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

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

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

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

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

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

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