#130B00

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

Shades of Black #130B00

Tints of Black #130B00

Color information

#130B00 (or 0x130B00) is unknown color: approx Black. HEX triplet: 13, 0B and 00. RGB value is (19,11,0). Sum of RGB (Red+Green+Blue) = 19+11+0=30 (3% of max value = 765). Red value is 19 (7.81% from 255 or 63.33% from 30); Green value is 11 (4.69% from 255 or 36.67% from 30); Blue value is 0 (0.39% from 255 or 0% from 30); Max value from RGB is 19 - color contains mainly: red. Hex color #130B00 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #130B00 is #ECF4FF. Grayscale: #0C0C0C. Windows color (decimal): -15529216 or 2835. OLE color: 2835.

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

Color convert

RGB19110-
CMYK00.4210.93
HSL34.74º100%3.73%-
HSV(B)34.74º100%7.45%-
XYZ0.390.380.05-
YUV12.14121.15132.89-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 63.33%
GREEN value IS 11 (4.69% from 255) = 36.67%
BLUE value IS 0 (0.39% from 255) = 0%
R=63.33%
G=36.67%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 1
K (Black) values IS 0.93
SystemRedGreenBlueCMYKHSL
Decimal1911000.4210.9334.741003.73
Hex13B002A645D23644
Octal23130052144135431444
Binary10011101100101010110010010111011000111100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #130B00

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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