#130428

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

Shades of Blackcurrant #130428

Tints of Blackcurrant #130428

Color information

#130428 (or 0x130428) is unknown color: approx Blackcurrant. HEX triplet: 13, 04 and 28. RGB value is (19,4,40). Sum of RGB (Red+Green+Blue) = 19+4+40=63 (8% of max value = 765). Red value is 19 (7.81% from 255 or 30.16% from 63); Green value is 4 (1.95% from 255 or 6.35% from 63); Blue value is 40 (16.02% from 255 or 63.49% from 63); Max value from RGB is 40 - color contains mainly: blue. Hex color #130428 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #130428 is #ECFBD7. Grayscale: #0C0C0C. Windows color (decimal): -15530968 or 2622483. OLE color: 2622483.

HSL color Cylindrical-coordinate representation of color #130428: hue angle of 265º degrees, saturation: 0.82, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #130428 is Cyan = 0.52, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.84.

Color convert

RGB19440-
CMYK0.520.9000.84
HSL265º81.82%8.63%-
HSV(B)265º90%15.69%-
XYZ0.690.382.04-
YUV12.59143.47132.57-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 30.16%
GREEN value IS 4 (1.95% from 255) = 6.35%
BLUE value IS 40 (16.02% from 255) = 63.49%
R=30.16%
G=6.35%
B=63.49%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.90
Y (Yellow) values IS 0
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal194400.520.9000.8426581.828.63
Hex13428345A054109529
Octal2345064132012441112211
Binary1001110010100011010010110100101010010000100110100101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #130428

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #130428; }

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

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

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

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

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

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

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

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