#130906

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

Shades of Black #130906

Tints of Black #130906

Color information

#130906 (or 0x130906) is unknown color: approx Black. HEX triplet: 13, 09 and 06. RGB value is (19,9,6). Sum of RGB (Red+Green+Blue) = 19+9+6=34 (4% of max value = 765). Red value is 19 (7.81% from 255 or 55.88% from 34); Green value is 9 (3.91% from 255 or 26.47% from 34); Blue value is 6 (2.73% from 255 or 17.65% from 34); Max value from RGB is 19 - color contains mainly: red. Hex color #130906 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #130906 is #ECF6F9. Grayscale: #0B0B0B. Windows color (decimal): -15529722 or 395539. OLE color: 395539.

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

Color convert

RGB1996-
CMYK00.530.680.93
HSL13.85º52%4.9%-
HSV(B)13.85º68.42%7.45%-
XYZ0.40.350.22-
YUV11.65124.81133.24-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 55.88%
GREEN value IS 9 (3.91% from 255) = 26.47%
BLUE value IS 6 (2.73% from 255) = 17.65%
R=55.88%
G=26.47%
B=17.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.68
K (Black) values IS 0.93
SystemRedGreenBlueCMYKHSL
Decimal199600.530.680.9313.85524.9
Hex1396035445De345
Octal2311606510413516645
Binary1001110011100110101100010010111011110110100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #130906

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #130906; }

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

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

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

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

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

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

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

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