#13100F

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

Shades of Black #13100F

Tints of Black #13100F

Color information

#13100F (or 0x13100F) is unknown color: approx Black. HEX triplet: 13, 10 and 0F. RGB value is (19,16,15). Sum of RGB (Red+Green+Blue) = 19+16+15=50 (6% of max value = 765). Red value is 19 (7.81% from 255 or 38% from 50); Green value is 16 (6.64% from 255 or 32% from 50); Blue value is 15 (6.25% from 255 or 30% from 50); Max value from RGB is 19 - color contains mainly: red. Hex color #13100F is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #13100F is #ECEFF0. Grayscale: #101010. Windows color (decimal): -15527921 or 987155. OLE color: 987155.

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

Color convert

RGB191615-
CMYK00.160.210.93
HSL15º11.76%6.67%-
HSV(B)15º21.05%7.45%-
XYZ0.540.540.53-
YUV16.78126.99129.58-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 38%
GREEN value IS 16 (6.64% from 255) = 32%
BLUE value IS 15 (6.25% from 255) = 30%
R=38%
G=32%
B=30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.21
K (Black) values IS 0.93
SystemRedGreenBlueCMYKHSL
Decimal19161500.160.210.931511.766.67
Hex1310F010155Dfc7
Octal2320170202513517147
Binary1001110000111101000010101101110111111100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #13100F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #13100F; }

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

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

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

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

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

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

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

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