#101213

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

Shades of Black Pearl #101213

Tints of Black Pearl #101213

Color information

#101213 (or 0x101213) is unknown color: approx Black Pearl. HEX triplet: 10, 12 and 13. RGB value is (16,18,19). Sum of RGB (Red+Green+Blue) = 16+18+19=53 (7% of max value = 765). Red value is 16 (6.64% from 255 or 30.19% from 53); Green value is 18 (7.42% from 255 or 33.96% from 53); Blue value is 19 (7.81% from 255 or 35.85% from 53); Max value from RGB is 19 - color contains mainly: blue. Hex color #101213 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #101213 is #EFEDEC. Grayscale: #111111. Windows color (decimal): -15724013 or 1249808. OLE color: 1249808.

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

Color convert

RGB161819-
CMYK0.160.0500.93
HSL200º8.57%6.86%-
HSV(B)200º15.79%7.45%-
XYZ0.550.590.7-
YUV17.52128.84126.92-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 30.19%
GREEN value IS 18 (7.42% from 255) = 33.96%
BLUE value IS 19 (7.81% from 255) = 35.85%
R=30.19%
G=33.96%
B=35.85%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.93
SystemRedGreenBlueCMYKHSL
Decimal1618190.160.0500.932008.576.86
Hex10121310505Dc897
Octal2022232050135310117
Binary1000010010100111000010101011101110010001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #101213

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #101213; }

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

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

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

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

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

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

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

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