#130B09

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

Shades of Black #130B09

Tints of Black #130B09

Color information

#130B09 (or 0x130B09) is unknown color: approx Black. HEX triplet: 13, 0B and 09. RGB value is (19,11,9). Sum of RGB (Red+Green+Blue) = 19+11+9=39 (5% of max value = 765). Red value is 19 (7.81% from 255 or 48.72% from 39); Green value is 11 (4.69% from 255 or 28.21% from 39); Blue value is 9 (3.91% from 255 or 23.08% from 39); Max value from RGB is 19 - color contains mainly: red. Hex color #130B09 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #130B09 is #ECF4F6. Grayscale: #0D0D0D. Windows color (decimal): -15529207 or 592659. OLE color: 592659.

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

Color convert

RGB19119-
CMYK00.420.530.93
HSL12º35.71%5.49%-
HSV(B)12º52.63%7.45%-
XYZ0.440.40.31-
YUV13.16125.65132.16-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 48.72%
GREEN value IS 11 (4.69% from 255) = 28.21%
BLUE value IS 9 (3.91% from 255) = 23.08%
R=48.72%
G=28.21%
B=23.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.53
K (Black) values IS 0.93
SystemRedGreenBlueCMYKHSL
Decimal1911900.420.530.931235.715.49
Hex13B902A355Dc245
Octal2313110526513514445
Binary1001110111001010101011010110111011100100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #130B09

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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