#130B16

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

Shades of Blackcurrant #130B16

Tints of Blackcurrant #130B16

Color information

#130B16 (or 0x130B16) is unknown color: approx Blackcurrant. HEX triplet: 13, 0B and 16. RGB value is (19,11,22). Sum of RGB (Red+Green+Blue) = 19+11+22=52 (6% of max value = 765). Red value is 19 (7.81% from 255 or 36.54% from 52); Green value is 11 (4.69% from 255 or 21.15% from 52); Blue value is 22 (8.98% from 255 or 42.31% from 52); Max value from RGB is 22 - color contains mainly: blue. Hex color #130B16 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #130B16 is #ECF4E9. Grayscale: #0E0E0E. Windows color (decimal): -15529194 or 1444627. OLE color: 1444627.

HSL color Cylindrical-coordinate representation of color #130B16: hue angle of 283.64º degrees, saturation: 0.33, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.09% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #130B16 is Cyan = 0.14, Magento = 0.5, Yellow = 0 and Black (K on CMYK) = 0.91.

Color convert

RGB191122-
CMYK0.140.500.91
HSL283.64º33.33%6.47%-
HSV(B)283.64º50%8.63%-
XYZ0.530.440.82-
YUV14.65132.15131.11-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 36.54%
GREEN value IS 11 (4.69% from 255) = 21.15%
BLUE value IS 22 (8.98% from 255) = 42.31%
R=36.54%
G=21.15%
B=42.31%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.5
Y (Yellow) values IS 0
K (Black) values IS 0.91
SystemRedGreenBlueCMYKHSL
Decimal1911220.140.500.91283.6433.336.47
Hex13B16E3205B11c216
Octal23132616620133434416
Binary10011101110110111011001001011011100011100100001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #130B16

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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