#130419

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

Shades of Blackcurrant #130419

Tints of Blackcurrant #130419

Color information

#130419 (or 0x130419) is unknown color: approx Blackcurrant. HEX triplet: 13, 04 and 19. RGB value is (19,4,25). Sum of RGB (Red+Green+Blue) = 19+4+25=48 (6% of max value = 765). Red value is 19 (7.81% from 255 or 39.58% from 48); Green value is 4 (1.95% from 255 or 8.33% from 48); Blue value is 25 (10.16% from 255 or 52.08% from 48); Max value from RGB is 25 - color contains mainly: blue. Hex color #130419 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #130419 is #ECFBE6. Grayscale: #0A0A0A. Windows color (decimal): -15530983 or 1639443. OLE color: 1639443.

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

Color convert

RGB19425-
CMYK0.240.8400.90
HSL282.86º72.41%5.69%-
HSV(B)282.86º84%9.8%-
XYZ0.490.30.95-
YUV10.88135.97133.79-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 39.58%
GREEN value IS 4 (1.95% from 255) = 8.33%
BLUE value IS 25 (10.16% from 255) = 52.08%
R=39.58%
G=8.33%
B=52.08%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.84
Y (Yellow) values IS 0
K (Black) values IS 0.90
SystemRedGreenBlueCMYKHSL
Decimal194250.240.8400.90282.8672.415.69
Hex13419185405A11b486
Octal234313012401324331106
Binary1001110011001110001010100010110101000110111001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #130419

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #130419; }

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

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

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

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

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

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

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

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