#130219

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

Shades of Blackcurrant #130219

Tints of Blackcurrant #130219

Color information

#130219 (or 0x130219) is unknown color: approx Blackcurrant. HEX triplet: 13, 02 and 19. RGB value is (19,2,25). Sum of RGB (Red+Green+Blue) = 19+2+25=46 (6% of max value = 765). Red value is 19 (7.81% from 255 or 41.30% from 46); Green value is 2 (1.17% from 255 or 4.35% from 46); Blue value is 25 (10.16% from 255 or 54.35% from 46); Max value from RGB is 25 - color contains mainly: blue. Hex color #130219 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #130219 is #ECFDE6. Grayscale: #090909. Windows color (decimal): -15531495 or 1638931. OLE color: 1638931.

HSL color Cylindrical-coordinate representation of color #130219: hue angle of 284.35º degrees, saturation: 0.85, lightness: 0.05%. HSV value (or HSB Brightness) of color is 0.1% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #130219 is Cyan = 0.24, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.90.

Color convert

RGB19225-
CMYK0.240.9200.90
HSL284.35º85.19%5.29%-
HSV(B)284.35º92%9.8%-
XYZ0.470.250.94-
YUV9.7136.63134.63-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 41.30%
GREEN value IS 2 (1.17% from 255) = 4.35%
BLUE value IS 25 (10.16% from 255) = 54.35%
R=41.30%
G=4.35%
B=54.35%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.92
Y (Yellow) values IS 0
K (Black) values IS 0.90
SystemRedGreenBlueCMYKHSL
Decimal192250.240.9200.90284.3585.195.29
Hex13219185C05A11c555
Octal232313013401324341255
Binary100111011001110001011100010110101000111001010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #130219

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #130219; }

 p { color: rgb(19,2,25); }

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

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

 a { background-color: rgb(19,2,25); }

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

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

 span { border-color: rgb(19,2,25); }

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