#130432

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

Shades of Blackcurrant #130432

Tints of Blackcurrant #130432

Color information

#130432 (or 0x130432) is unknown color: approx Blackcurrant. HEX triplet: 13, 04 and 32. RGB value is (19,4,50). Sum of RGB (Red+Green+Blue) = 19+4+50=73 (9% of max value = 765). Red value is 19 (7.81% from 255 or 26.03% from 73); Green value is 4 (1.95% from 255 or 5.48% from 73); Blue value is 50 (19.92% from 255 or 68.49% from 73); Max value from RGB is 50 - color contains mainly: blue. Hex color #130432 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #130432 is #ECFBCD. Grayscale: #0D0D0D. Windows color (decimal): -15530958 or 3277843. OLE color: 3277843.

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

Color convert

RGB19450-
CMYK0.620.9200.80
HSL259.57º85.19%10.59%-
HSV(B)259.57º92%19.61%-
XYZ0.890.463.06-
YUV13.73148.47131.76-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 26.03%
GREEN value IS 4 (1.95% from 255) = 5.48%
BLUE value IS 50 (19.92% from 255) = 68.49%
R=26.03%
G=5.48%
B=68.49%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.92
Y (Yellow) values IS 0
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal194500.620.9200.80259.5785.1910.59
Hex134323E5C05010455b
Octal2346276134012040412513
Binary1001110011001011111010111000101000010000010010101011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #130432

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #130432; }

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

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

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

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

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

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

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

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