#130331

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

Shades of Blackcurrant #130331

Tints of Blackcurrant #130331

Color information

#130331 (or 0x130331) is unknown color: approx Blackcurrant. HEX triplet: 13, 03 and 31. RGB value is (19,3,49). Sum of RGB (Red+Green+Blue) = 19+3+49=71 (9% of max value = 765). Red value is 19 (7.81% from 255 or 26.76% from 71); Green value is 3 (1.56% from 255 or 4.23% from 71); Blue value is 49 (19.53% from 255 or 69.01% from 71); Max value from RGB is 49 - color contains mainly: blue. Hex color #130331 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #130331 is #ECFCCE. Grayscale: #0C0C0C. Windows color (decimal): -15531215 or 3212051. OLE color: 3212051.

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

Color convert

RGB19349-
CMYK0.610.9400.81
HSL260.87º88.46%10.2%-
HSV(B)260.87º93.88%19.22%-
XYZ0.860.432.94-
YUV13.03148.3132.26-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 26.76%
GREEN value IS 3 (1.56% from 255) = 4.23%
BLUE value IS 49 (19.53% from 255) = 69.01%
R=26.76%
G=4.23%
B=69.01%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.94
Y (Yellow) values IS 0
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal193490.610.9400.81260.8788.4610.2
Hex133313D5E05110558a
Octal2336175136012140513012
Binary100111111000111110110111100101000110000010110110001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #130331

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #130331; }

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

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

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

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

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

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

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

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