#130B05

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

Shades of Black #130B05

Tints of Black #130B05

Color information

#130B05 (or 0x130B05) is unknown color: approx Black. HEX triplet: 13, 0B and 05. RGB value is (19,11,5). Sum of RGB (Red+Green+Blue) = 19+11+5=35 (4% of max value = 765). Red value is 19 (7.81% from 255 or 54.29% from 35); Green value is 11 (4.69% from 255 or 31.43% from 35); Blue value is 5 (2.34% from 255 or 14.29% from 35); Max value from RGB is 19 - color contains mainly: red. Hex color #130B05 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #130B05 is #ECF4FA. Grayscale: #0C0C0C. Windows color (decimal): -15529211 or 330515. OLE color: 330515.

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

Color convert

RGB19115-
CMYK00.420.740.93
HSL25.71º58.33%4.71%-
HSV(B)25.71º73.68%7.45%-
XYZ0.420.390.2-
YUV12.71123.65132.49-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 54.29%
GREEN value IS 11 (4.69% from 255) = 31.43%
BLUE value IS 5 (2.34% from 255) = 14.29%
R=54.29%
G=31.43%
B=14.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.74
K (Black) values IS 0.93
SystemRedGreenBlueCMYKHSL
Decimal1911500.420.740.9325.7158.334.71
Hex13B502A4A5D1a3a5
Octal2313505211213532725
Binary10011101110101010101001010101110111010111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #130B05

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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