#130A1B

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

Shades of Blackcurrant #130A1B

Tints of Blackcurrant #130A1B

Color information

#130A1B (or 0x130A1B) is unknown color: approx Blackcurrant. HEX triplet: 13, 0A and 1B. RGB value is (19,10,27). Sum of RGB (Red+Green+Blue) = 19+10+27=56 (7% of max value = 765). Red value is 19 (7.81% from 255 or 33.93% from 56); Green value is 10 (4.30% from 255 or 17.86% from 56); Blue value is 27 (10.94% from 255 or 48.21% from 56); Max value from RGB is 27 - color contains mainly: blue. Hex color #130A1B is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #130A1B is #ECF5E4. Grayscale: #0E0E0E. Windows color (decimal): -15529445 or 1772051. OLE color: 1772051.

HSL color Cylindrical-coordinate representation of color #130A1B: hue angle of 271.76º degrees, saturation: 0.46, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #130A1B is Cyan = 0.30, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.89.

Color convert

RGB191027-
CMYK0.300.6300.89
HSL271.76º45.95%7.25%-
HSV(B)271.76º62.96%10.59%-
XYZ0.570.431.09-
YUV14.63134.98131.12-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 33.93%
GREEN value IS 10 (4.30% from 255) = 17.86%
BLUE value IS 27 (10.94% from 255) = 48.21%
R=33.93%
G=17.86%
B=48.21%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.89
SystemRedGreenBlueCMYKHSL
Decimal1910270.300.6300.89271.7645.957.25
Hex13A1B1E3F0591102e7
Octal23123336770131420567
Binary100111010110111111011111101011001100010000101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #130A1B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(19,10,27); }

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

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

 a { background-color: rgb(19,10,27); }

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

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

 span { border-color: rgb(19,10,27); }

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