#130B03

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

Shades of Black #130B03

Tints of Black #130B03

Color information

#130B03 (or 0x130B03) is unknown color: approx Black. HEX triplet: 13, 0B and 03. RGB value is (19,11,3). Sum of RGB (Red+Green+Blue) = 19+11+3=33 (4% of max value = 765). Red value is 19 (7.81% from 255 or 57.58% from 33); Green value is 11 (4.69% from 255 or 33.33% from 33); Blue value is 3 (1.56% from 255 or 9.09% from 33); Max value from RGB is 19 - color contains mainly: red. Hex color #130B03 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #130B03 is #ECF4FC. Grayscale: #0C0C0C. Windows color (decimal): -15529213 or 199443. OLE color: 199443.

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

Color convert

RGB19113-
CMYK00.420.840.93
HSL30º72.73%4.31%-
HSV(B)30º84.21%7.45%-
XYZ0.40.380.14-
YUV12.48122.65132.65-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 57.58%
GREEN value IS 11 (4.69% from 255) = 33.33%
BLUE value IS 3 (1.56% from 255) = 9.09%
R=57.58%
G=33.33%
B=9.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.84
K (Black) values IS 0.93
SystemRedGreenBlueCMYKHSL
Decimal1911300.420.840.933072.734.31
Hex13B302A545D1e494
Octal23133052124135361114
Binary10011101111010101010101001011101111101001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #130B03

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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