#130F0F

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

Shades of Black #130F0F

Tints of Black #130F0F

Color information

#130F0F (or 0x130F0F) is unknown color: approx Black. HEX triplet: 13, 0F and 0F. RGB value is (19,15,15). Sum of RGB (Red+Green+Blue) = 19+15+15=49 (6% of max value = 765). Red value is 19 (7.81% from 255 or 38.78% from 49); Green value is 15 (6.25% from 255 or 30.61% from 49); Blue value is 15 (6.25% from 255 or 30.61% from 49); Max value from RGB is 19 - color contains mainly: red. Hex color #130F0F is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #130F0F is #ECF0F0. Grayscale: #101010. Windows color (decimal): -15528177 or 986899. OLE color: 986899.

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

Color convert

RGB191515-
CMYK00.210.210.93
HSL11.76%6.67%-
HSV(B)21.05%7.45%-
XYZ0.530.510.52-
YUV16.2127.33130-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 38.78%
GREEN value IS 15 (6.25% from 255) = 30.61%
BLUE value IS 15 (6.25% from 255) = 30.61%
R=38.78%
G=30.61%
B=30.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.21
K (Black) values IS 0.93
SystemRedGreenBlueCMYKHSL
Decimal19151500.210.210.93011.766.67
Hex13FF015155D0c7
Octal231717025251350147
Binary100111111111101010110101101110101100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #130F0F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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