#130530

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

Shades of Blackcurrant #130530

Tints of Blackcurrant #130530

Color information

#130530 (or 0x130530) is unknown color: approx Blackcurrant. HEX triplet: 13, 05 and 30. RGB value is (19,5,48). Sum of RGB (Red+Green+Blue) = 19+5+48=72 (9% of max value = 765). Red value is 19 (7.81% from 255 or 26.39% from 72); Green value is 5 (2.34% from 255 or 6.94% from 72); Blue value is 48 (19.14% from 255 or 66.67% from 72); Max value from RGB is 48 - color contains mainly: blue. Hex color #130530 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #130530 is #ECFACF. Grayscale: #0D0D0D. Windows color (decimal): -15530704 or 3147027. OLE color: 3147027.

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

Color convert

RGB19548-
CMYK0.600.9000.81
HSL259.53º81.13%10.39%-
HSV(B)259.53º89.58%18.82%-
XYZ0.860.462.84-
YUV14.09147.14131.5-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 26.39%
GREEN value IS 5 (2.34% from 255) = 6.94%
BLUE value IS 48 (19.14% from 255) = 66.67%
R=26.39%
G=6.94%
B=66.67%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.90
Y (Yellow) values IS 0
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal195480.600.9000.81259.5381.1310.39
Hex135303C5A05110451a
Octal2356074132012140412112
Binary1001110111000011110010110100101000110000010010100011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #130530

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #130530; }

 p { color: rgb(19,5,48); }

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

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

 a { background-color: rgb(19,5,48); }

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

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

 span { border-color: rgb(19,5,48); }

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