#130F0E

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

Shades of Black #130F0E

Tints of Black #130F0E

Color information

#130F0E (or 0x130F0E) is unknown color: approx Black. HEX triplet: 13, 0F and 0E. RGB value is (19,15,14). Sum of RGB (Red+Green+Blue) = 19+15+14=48 (6% of max value = 765). Red value is 19 (7.81% from 255 or 39.58% from 48); Green value is 15 (6.25% from 255 or 31.25% from 48); Blue value is 14 (5.86% from 255 or 29.17% from 48); Max value from RGB is 19 - color contains mainly: red. Hex color #130F0E is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #130F0E is #ECF0F1. Grayscale: #101010. Windows color (decimal): -15528178 or 921363. OLE color: 921363.

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

Color convert

RGB191514-
CMYK00.210.260.93
HSL12º15.15%6.47%-
HSV(B)12º26.32%7.45%-
XYZ0.520.510.49-
YUV16.08126.83130.08-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 39.58%
GREEN value IS 15 (6.25% from 255) = 31.25%
BLUE value IS 14 (5.86% from 255) = 29.17%
R=39.58%
G=31.25%
B=29.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.26
K (Black) values IS 0.93
SystemRedGreenBlueCMYKHSL
Decimal19151400.210.260.931215.156.47
Hex13FE0151A5Dcf6
Octal2317160253213514176
Binary100111111111001010111010101110111001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #130F0E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #130F0E; }

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

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

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

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

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

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

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

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