#130B0A

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

Shades of Black #130B0A

Tints of Black #130B0A

Color information

#130B0A (or 0x130B0A) is unknown color: approx Black. HEX triplet: 13, 0B and 0A. RGB value is (19,11,10). Sum of RGB (Red+Green+Blue) = 19+11+10=40 (5% of max value = 765). Red value is 19 (7.81% from 255 or 47.5% from 40); Green value is 11 (4.69% from 255 or 27.5% from 40); Blue value is 10 (4.30% from 255 or 25% from 40); Max value from RGB is 19 - color contains mainly: red. Hex color #130B0A is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #130B0A is #ECF4F5. Grayscale: #0D0D0D. Windows color (decimal): -15529206 or 658195. OLE color: 658195.

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

Color convert

RGB191110-
CMYK00.420.470.93
HSL6.67º31.03%5.69%-
HSV(B)6.67º47.37%7.45%-
XYZ0.440.40.34-
YUV13.28126.15132.08-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 47.5%
GREEN value IS 11 (4.69% from 255) = 27.5%
BLUE value IS 10 (4.30% from 255) = 25%
R=47.5%
G=27.5%
B=25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.47
K (Black) values IS 0.93
SystemRedGreenBlueCMYKHSL
Decimal19111000.420.470.936.6731.035.69
Hex13BA02A2F5D71f6
Octal231312052571357376
Binary10011101110100101010101111101110111111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #130B0A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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