#131111

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

Shades of Black #131111

Tints of Black #131111

Color information

#131111 (or 0x131111) is unknown color: approx Black. HEX triplet: 13, 11 and 11. RGB value is (19,17,17). Sum of RGB (Red+Green+Blue) = 19+17+17=53 (7% of max value = 765). Red value is 19 (7.81% from 255 or 35.85% from 53); Green value is 17 (7.03% from 255 or 32.08% from 53); Blue value is 17 (7.03% from 255 or 32.08% from 53); Max value from RGB is 19 - color contains mainly: red. Hex color #131111 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #131111 is #ECEEEE. Grayscale: #111111. Windows color (decimal): -15527663 or 1118483. OLE color: 1118483.

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

Color convert

RGB191717-
CMYK00.110.110.93
HSL5.56%7.06%-
HSV(B)10.53%7.45%-
XYZ0.570.580.61-
YUV17.6127.66129-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 35.85%
GREEN value IS 17 (7.03% from 255) = 32.08%
BLUE value IS 17 (7.03% from 255) = 32.08%
R=35.85%
G=32.08%
B=32.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.11
K (Black) values IS 0.93
SystemRedGreenBlueCMYKHSL
Decimal19171700.110.110.9305.567.06
Hex1311110BB5D067
Octal23212101313135067
Binary10011100011000101011101110111010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #131111

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #131111; }

 p { color: rgb(19,17,17); }

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

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

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

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

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

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

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