#131010

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

Shades of Black #131010

Tints of Black #131010

Color information

#131010 (or 0x131010) is unknown color: approx Black. HEX triplet: 13, 10 and 10. RGB value is (19,16,16). Sum of RGB (Red+Green+Blue) = 19+16+16=51 (6% of max value = 765). Red value is 19 (7.81% from 255 or 37.25% from 51); Green value is 16 (6.64% from 255 or 31.37% from 51); Blue value is 16 (6.64% from 255 or 31.37% from 51); Max value from RGB is 19 - color contains mainly: red. Hex color #131010 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #131010 is #ECEFEF. Grayscale: #101010. Windows color (decimal): -15527920 or 1052691. OLE color: 1052691.

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

Color convert

RGB191616-
CMYK00.160.160.93
HSL8.57%6.86%-
HSV(B)15.79%7.45%-
XYZ0.550.550.57-
YUV16.9127.49129.5-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 37.25%
GREEN value IS 16 (6.64% from 255) = 31.37%
BLUE value IS 16 (6.64% from 255) = 31.37%
R=37.25%
G=31.37%
B=31.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.16
K (Black) values IS 0.93
SystemRedGreenBlueCMYKHSL
Decimal19161600.160.160.9308.576.86
Hex131010010105D097
Octal232020020201350117
Binary10011100001000001000010000101110101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #131010

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #131010; }

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

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

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

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

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

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

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

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