#130031

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

Shades of Blackcurrant #130031

Tints of Blackcurrant #130031

Color information

#130031 (or 0x130031) is unknown color: approx Blackcurrant. HEX triplet: 13, 00 and 31. RGB value is (19,0,49). Sum of RGB (Red+Green+Blue) = 19+0+49=68 (9% of max value = 765). Red value is 19 (7.81% from 255 or 27.94% from 68); Green value is 0 (0.39% from 255 or 0% from 68); Blue value is 49 (19.53% from 255 or 72.06% from 68); Max value from RGB is 49 - color contains mainly: blue. Hex color #130031 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #130031 is #ECFFCE. Grayscale: #0B0B0B. Windows color (decimal): -15531983 or 3211283. OLE color: 3211283.

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

Color convert

RGB19049-
CMYK0.61100.81
HSL263.27º100%9.61%-
HSV(B)263.27º100%19.22%-
XYZ0.820.362.93-
YUV11.27149.29133.52-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 27.94%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 49 (19.53% from 255) = 72.06%
R=27.94%
G=0%
B=72.06%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 1
Y (Yellow) values IS 0
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal190490.61100.81263.271009.61
Hex130313D6405110764a
Octal2306175144012140714412
Binary10011011000111110111001000101000110000011111001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #130031

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #130031; }

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

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

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

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

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

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

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

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