#130431

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

Shades of Blackcurrant #130431

Tints of Blackcurrant #130431

Color information

#130431 (or 0x130431) is unknown color: approx Blackcurrant. HEX triplet: 13, 04 and 31. RGB value is (19,4,49). Sum of RGB (Red+Green+Blue) = 19+4+49=72 (9% of max value = 765). Red value is 19 (7.81% from 255 or 26.39% from 72); Green value is 4 (1.95% from 255 or 5.56% from 72); Blue value is 49 (19.53% from 255 or 68.06% from 72); Max value from RGB is 49 - color contains mainly: blue. Hex color #130431 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #130431 is #ECFBCE. Grayscale: #0D0D0D. Windows color (decimal): -15530959 or 3212307. OLE color: 3212307.

HSL color Cylindrical-coordinate representation of color #130431: hue angle of 260º degrees, saturation: 0.85, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #130431 is Cyan = 0.61, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.81.

Color convert

RGB19449-
CMYK0.610.9200.81
HSL260º84.91%10.39%-
HSV(B)260º91.84%19.22%-
XYZ0.870.452.95-
YUV13.62147.97131.84-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 26.39%
GREEN value IS 4 (1.95% from 255) = 5.56%
BLUE value IS 49 (19.53% from 255) = 68.06%
R=26.39%
G=5.56%
B=68.06%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.92
Y (Yellow) values IS 0
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal194490.610.9200.8126084.9110.39
Hex134313D5C05110455a
Octal2346175134012140412512
Binary1001110011000111110110111000101000110000010010101011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #130431

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #130431; }

 p { color: rgb(19,4,49); }

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

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

 a { background-color: rgb(19,4,49); }

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

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

 span { border-color: rgb(19,4,49); }

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