#130800

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

Shades of Black #130800

Tints of Black #130800

Color information

#130800 (or 0x130800) is unknown color: approx Black. HEX triplet: 13, 08 and 00. RGB value is (19,8,0). Sum of RGB (Red+Green+Blue) = 19+8+0=27 (3% of max value = 765). Red value is 19 (7.81% from 255 or 70.37% from 27); Green value is 8 (3.52% from 255 or 29.63% from 27); Blue value is 0 (0.39% from 255 or 0% from 27); Max value from RGB is 19 - color contains mainly: red. Hex color #130800 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #130800 is #ECF7FF. Grayscale: #0A0A0A. Windows color (decimal): -15529984 or 2067. OLE color: 2067.

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

Color convert

RGB1980-
CMYK00.5810.93
HSL25.26º100%3.73%-
HSV(B)25.26º100%7.45%-
XYZ0.360.310.04-
YUV10.38122.14134.15-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 70.37%
GREEN value IS 8 (3.52% from 255) = 29.63%
BLUE value IS 0 (0.39% from 255) = 0%
R=70.37%
G=29.63%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 1
K (Black) values IS 0.93
SystemRedGreenBlueCMYKHSL
Decimal198000.5810.9325.261003.73
Hex138003A645D19644
Octal23100072144135311444
Binary1001110000011101011001001011101110011100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #130800

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #130800; }

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

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

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

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

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

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

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

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