#130A02

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

Shades of Black #130A02

Tints of Black #130A02

Color information

#130A02 (or 0x130A02) is unknown color: approx Black. HEX triplet: 13, 0A and 02. RGB value is (19,10,2). Sum of RGB (Red+Green+Blue) = 19+10+2=31 (4% of max value = 765). Red value is 19 (7.81% from 255 or 61.29% from 31); Green value is 10 (4.30% from 255 or 32.26% from 31); Blue value is 2 (1.17% from 255 or 6.45% from 31); Max value from RGB is 19 - color contains mainly: red. Hex color #130A02 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #130A02 is #ECF5FD. Grayscale: #0B0B0B. Windows color (decimal): -15529470 or 133651. OLE color: 133651.

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

Color convert

RGB19102-
CMYK00.470.890.93
HSL28.24º80.95%4.12%-
HSV(B)28.24º89.47%7.45%-
XYZ0.390.360.11-
YUV11.78122.48133.15-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 61.29%
GREEN value IS 10 (4.30% from 255) = 32.26%
BLUE value IS 2 (1.17% from 255) = 6.45%
R=61.29%
G=32.26%
B=6.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.89
K (Black) values IS 0.93
SystemRedGreenBlueCMYKHSL
Decimal1910200.470.890.9328.2480.954.12
Hex13A202F595D1c514
Octal23122057131135341214
Binary10011101010010111110110011011101111001010001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #130A02

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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