#130900

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

Shades of Black #130900

Tints of Black #130900

Color information

#130900 (or 0x130900) is unknown color: approx Black. HEX triplet: 13, 09 and 00. RGB value is (19,9,0). Sum of RGB (Red+Green+Blue) = 19+9+0=28 (3% of max value = 765). Red value is 19 (7.81% from 255 or 67.86% from 28); Green value is 9 (3.91% from 255 or 32.14% from 28); Blue value is 0 (0.39% from 255 or 0% from 28); Max value from RGB is 19 - color contains mainly: red. Hex color #130900 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #130900 is #ECF6FF. Grayscale: #0B0B0B. Windows color (decimal): -15529728 or 2323. OLE color: 2323.

HSL color Cylindrical-coordinate representation of color #130900: hue angle of 28.42º 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 #130900 is Cyan = 0, Magento = 0.53, Yellow = 1 and Black (K on CMYK) = 0.93.

Color convert

RGB1990-
CMYK00.5310.93
HSL28.42º100%3.73%-
HSV(B)28.42º100%7.45%-
XYZ0.370.330.05-
YUV10.96121.81133.73-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 67.86%
GREEN value IS 9 (3.91% from 255) = 32.14%
BLUE value IS 0 (0.39% from 255) = 0%
R=67.86%
G=32.14%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 1
K (Black) values IS 0.93
SystemRedGreenBlueCMYKHSL
Decimal199000.5310.9328.421003.73
Hex1390035645D1c644
Octal23110065144135341444
Binary1001110010011010111001001011101111001100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #130900

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #130900; }

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

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

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

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

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

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

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

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