#130532

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

Shades of Blackcurrant #130532

Tints of Blackcurrant #130532

Color information

#130532 (or 0x130532) is unknown color: approx Blackcurrant. HEX triplet: 13, 05 and 32. RGB value is (19,5,50). Sum of RGB (Red+Green+Blue) = 19+5+50=74 (9% of max value = 765). Red value is 19 (7.81% from 255 or 25.68% from 74); Green value is 5 (2.34% from 255 or 6.76% from 74); Blue value is 50 (19.92% from 255 or 67.57% from 74); Max value from RGB is 50 - color contains mainly: blue. Hex color #130532 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #130532 is #ECFACD. Grayscale: #0E0E0E. Windows color (decimal): -15530702 or 3278099. OLE color: 3278099.

HSL color Cylindrical-coordinate representation of color #130532: hue angle of 258.67º degrees, saturation: 0.82, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #130532 is Cyan = 0.62, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.80.

Color convert

RGB19550-
CMYK0.620.9000.80
HSL258.67º81.82%10.78%-
HSV(B)258.67º90%19.61%-
XYZ0.90.483.06-
YUV14.32148.14131.34-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 25.68%
GREEN value IS 5 (2.34% from 255) = 6.76%
BLUE value IS 50 (19.92% from 255) = 67.57%
R=25.68%
G=6.76%
B=67.57%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.90
Y (Yellow) values IS 0
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal195500.620.9000.80258.6781.8210.78
Hex135323E5A05010352b
Octal2356276132012040312213
Binary1001110111001011111010110100101000010000001110100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #130532

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #130532; }

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

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

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

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

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

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

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

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