#101315

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

Shades of Black Pearl #101315

Tints of Black Pearl #101315

Color information

#101315 (or 0x101315) is unknown color: approx Black Pearl. HEX triplet: 10, 13 and 15. RGB value is (16,19,21). Sum of RGB (Red+Green+Blue) = 16+19+21=56 (7% of max value = 765). Red value is 16 (6.64% from 255 or 28.57% from 56); Green value is 19 (7.81% from 255 or 33.93% from 56); Blue value is 21 (8.59% from 255 or 37.5% from 56); Max value from RGB is 21 - color contains mainly: blue. Hex color #101315 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #101315 is #EFECEA. Grayscale: #121212. Windows color (decimal): -15723755 or 1381136. OLE color: 1381136.

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

Color convert

RGB161921-
CMYK0.240.1000.92
HSL204º13.51%7.25%-
HSV(B)204º23.81%8.24%-
XYZ0.580.630.8-
YUV18.33129.51126.34-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 28.57%
GREEN value IS 19 (7.81% from 255) = 33.93%
BLUE value IS 21 (8.59% from 255) = 37.5%
R=28.57%
G=33.93%
B=37.5%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.92
SystemRedGreenBlueCMYKHSL
Decimal1619210.240.1000.9220413.517.25
Hex10131518A05Ccce7
Octal20232530120134314167
Binary10000100111010111000101001011100110011001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #101315

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #101315; }

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

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

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

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

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

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

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

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