#131415

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

Shades of Black Pearl #131415

Tints of Black Pearl #131415

Color information

#131415 (or 0x131415) is unknown color: approx Black Pearl. HEX triplet: 13, 14 and 15. RGB value is (19,20,21). Sum of RGB (Red+Green+Blue) = 19+20+21=60 (7% of max value = 765). Red value is 19 (7.81% from 255 or 31.67% from 60); Green value is 20 (8.20% from 255 or 33.33% from 60); Blue value is 21 (8.59% from 255 or 35% from 60); Max value from RGB is 21 - color contains mainly: blue. Hex color #131415 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #131415 is #ECEBEA. Grayscale: #131313. Windows color (decimal): -15526891 or 1381395. OLE color: 1381395.

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

Color convert

RGB192021-
CMYK0.100.0500.92
HSL210º5%7.84%-
HSV(B)210º9.52%8.24%-
XYZ0.650.690.81-
YUV19.81128.67127.42-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 31.67%
GREEN value IS 20 (8.20% from 255) = 33.33%
BLUE value IS 21 (8.59% from 255) = 35%
R=31.67%
G=33.33%
B=35%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.92
SystemRedGreenBlueCMYKHSL
Decimal1920210.100.0500.9221057.84
Hex131415A505Cd258
Octal2324251250134322510
Binary100111010010101101010101011100110100101011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #131415

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #131415; }

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

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

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

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

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

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

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

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