#130B02

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

Shades of Black #130B02

Tints of Black #130B02

Color information

#130B02 (or 0x130B02) is unknown color: approx Black. HEX triplet: 13, 0B and 02. RGB value is (19,11,2). Sum of RGB (Red+Green+Blue) = 19+11+2=32 (4% of max value = 765). Red value is 19 (7.81% from 255 or 59.38% from 32); Green value is 11 (4.69% from 255 or 34.38% from 32); Blue value is 2 (1.17% from 255 or 6.25% from 32); Max value from RGB is 19 - color contains mainly: red. Hex color #130B02 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #130B02 is #ECF4FD. Grayscale: #0C0C0C. Windows color (decimal): -15529214 or 133907. OLE color: 133907.

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

Color convert

RGB19112-
CMYK00.420.890.93
HSL31.76º80.95%4.12%-
HSV(B)31.76º89.47%7.45%-
XYZ0.40.380.11-
YUV12.37122.15132.73-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 59.38%
GREEN value IS 11 (4.69% from 255) = 34.38%
BLUE value IS 2 (1.17% from 255) = 6.25%
R=59.38%
G=34.38%
B=6.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.89
K (Black) values IS 0.93
SystemRedGreenBlueCMYKHSL
Decimal1911200.420.890.9331.7680.954.12
Hex13B202A595D20514
Octal23132052131135401214
Binary100111011100101010101100110111011000001010001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #130B02

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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