#130A1F

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

Shades of Blackcurrant #130A1F

Tints of Blackcurrant #130A1F

Color information

#130A1F (or 0x130A1F) is unknown color: approx Blackcurrant. HEX triplet: 13, 0A and 1F. RGB value is (19,10,31). Sum of RGB (Red+Green+Blue) = 19+10+31=60 (7% of max value = 765). Red value is 19 (7.81% from 255 or 31.67% from 60); Green value is 10 (4.30% from 255 or 16.67% from 60); Blue value is 31 (12.5% from 255 or 51.67% from 60); Max value from RGB is 31 - color contains mainly: blue. Hex color #130A1F is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #130A1F is #ECF5E0. Grayscale: #0F0F0F. Windows color (decimal): -15529441 or 2034195. OLE color: 2034195.

HSL color Cylindrical-coordinate representation of color #130A1F: hue angle of 265.71º degrees, saturation: 0.51, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.12% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #130A1F is Cyan = 0.39, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.88.

Color convert

RGB191031-
CMYK0.390.6800.88
HSL265.71º51.22%8.04%-
HSV(B)265.71º67.74%12.16%-
XYZ0.620.451.35-
YUV15.08136.98130.79-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 31.67%
GREEN value IS 10 (4.30% from 255) = 16.67%
BLUE value IS 31 (12.5% from 255) = 51.67%
R=31.67%
G=16.67%
B=51.67%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.88
SystemRedGreenBlueCMYKHSL
Decimal1910310.390.6800.88265.7151.228.04
Hex13A1F274405810a338
Octal2312374710401304126310
Binary100111010111111001111000100010110001000010101100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #130A1F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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