#130A09

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

Shades of Black #130A09

Tints of Black #130A09

Color information

#130A09 (or 0x130A09) is unknown color: approx Black. HEX triplet: 13, 0A and 09. RGB value is (19,10,9). Sum of RGB (Red+Green+Blue) = 19+10+9=38 (5% of max value = 765). Red value is 19 (7.81% from 255 or 50% from 38); Green value is 10 (4.30% from 255 or 26.32% from 38); Blue value is 9 (3.91% from 255 or 23.68% from 38); Max value from RGB is 19 - color contains mainly: red. Hex color #130A09 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #130A09 is #ECF5F6. Grayscale: #0C0C0C. Windows color (decimal): -15529463 or 592403. OLE color: 592403.

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

Color convert

RGB19109-
CMYK00.470.530.93
HSL35.71%5.49%-
HSV(B)52.63%7.45%-
XYZ0.430.380.31-
YUV12.58125.98132.58-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 50%
GREEN value IS 10 (4.30% from 255) = 26.32%
BLUE value IS 9 (3.91% from 255) = 23.68%
R=50%
G=26.32%
B=23.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.53
K (Black) values IS 0.93
SystemRedGreenBlueCMYKHSL
Decimal1910900.470.530.93635.715.49
Hex13A902F355D6245
Octal231211057651356445
Binary100111010100101011111101011011101110100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #130A09

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(19,10,9); }

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

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

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

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

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

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

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