#130A1A

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

Shades of Blackcurrant #130A1A

Tints of Blackcurrant #130A1A

Color information

#130A1A (or 0x130A1A) is unknown color: approx Blackcurrant. HEX triplet: 13, 0A and 1A. RGB value is (19,10,26). Sum of RGB (Red+Green+Blue) = 19+10+26=55 (7% of max value = 765). Red value is 19 (7.81% from 255 or 34.55% from 55); Green value is 10 (4.30% from 255 or 18.18% from 55); Blue value is 26 (10.55% from 255 or 47.27% from 55); Max value from RGB is 26 - color contains mainly: blue. Hex color #130A1A is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #130A1A is #ECF5E5. Grayscale: #0E0E0E. Windows color (decimal): -15529446 or 1706515. OLE color: 1706515.

HSL color Cylindrical-coordinate representation of color #130A1A: hue angle of 273.75º degrees, saturation: 0.44, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.1% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #130A1A is Cyan = 0.27, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.90.

Color convert

RGB191026-
CMYK0.270.6200.90
HSL273.75º44.44%7.06%-
HSV(B)273.75º61.54%10.2%-
XYZ0.560.431.03-
YUV14.51134.48131.2-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 34.55%
GREEN value IS 10 (4.30% from 255) = 18.18%
BLUE value IS 26 (10.55% from 255) = 47.27%
R=34.55%
G=18.18%
B=47.27%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.90
SystemRedGreenBlueCMYKHSL
Decimal1910260.270.6200.90273.7544.447.06
Hex13A1A1B3E05A1122c7
Octal23123233760132422547
Binary100111010110101101111111001011010100010010101100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #130A1A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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