#130804

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

Shades of Black #130804

Tints of Black #130804

Color information

#130804 (or 0x130804) is unknown color: approx Black. HEX triplet: 13, 08 and 04. RGB value is (19,8,4). Sum of RGB (Red+Green+Blue) = 19+8+4=31 (4% of max value = 765). Red value is 19 (7.81% from 255 or 61.29% from 31); Green value is 8 (3.52% from 255 or 25.81% from 31); Blue value is 4 (1.95% from 255 or 12.90% from 31); Max value from RGB is 19 - color contains mainly: red. Hex color #130804 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #130804 is #ECF7FB. Grayscale: #0A0A0A. Windows color (decimal): -15529980 or 264211. OLE color: 264211.

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

Color convert

RGB1984-
CMYK00.580.790.93
HSL16º65.22%4.51%-
HSV(B)16º78.95%7.45%-
XYZ0.380.320.16-
YUV10.83124.14133.83-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 61.29%
GREEN value IS 8 (3.52% from 255) = 25.81%
BLUE value IS 4 (1.95% from 255) = 12.90%
R=61.29%
G=25.81%
B=12.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.79
K (Black) values IS 0.93
SystemRedGreenBlueCMYKHSL
Decimal198400.580.790.931665.224.51
Hex138403A4F5D10415
Octal23104072117135201015
Binary100111000100011101010011111011101100001000001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #130804

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #130804; }

 p { color: rgb(19,8,4); }

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

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

 a { background-color: rgb(19,8,4); }

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

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

 span { border-color: rgb(19,8,4); }

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