#130B06

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

Shades of Black #130B06

Tints of Black #130B06

Color information

#130B06 (or 0x130B06) is unknown color: approx Black. HEX triplet: 13, 0B and 06. RGB value is (19,11,6). Sum of RGB (Red+Green+Blue) = 19+11+6=36 (4% of max value = 765). Red value is 19 (7.81% from 255 or 52.78% from 36); Green value is 11 (4.69% from 255 or 30.56% from 36); Blue value is 6 (2.73% from 255 or 16.67% from 36); Max value from RGB is 19 - color contains mainly: red. Hex color #130B06 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #130B06 is #ECF4F9. Grayscale: #0C0C0C. Windows color (decimal): -15529210 or 396051. OLE color: 396051.

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

Color convert

RGB19116-
CMYK00.420.680.93
HSL23.08º52%4.9%-
HSV(B)23.08º68.42%7.45%-
XYZ0.420.390.23-
YUV12.82124.15132.41-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 52.78%
GREEN value IS 11 (4.69% from 255) = 30.56%
BLUE value IS 6 (2.73% from 255) = 16.67%
R=52.78%
G=30.56%
B=16.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.68
K (Black) values IS 0.93
SystemRedGreenBlueCMYKHSL
Decimal1911600.420.680.9323.08524.9
Hex13B602A445D17345
Octal2313605210413527645
Binary10011101111001010101000100101110110111110100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #130B06

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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