#130719

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

Shades of Blackcurrant #130719

Tints of Blackcurrant #130719

Color information

#130719 (or 0x130719) is unknown color: approx Blackcurrant. HEX triplet: 13, 07 and 19. RGB value is (19,7,25). Sum of RGB (Red+Green+Blue) = 19+7+25=51 (6% of max value = 765). Red value is 19 (7.81% from 255 or 37.25% from 51); Green value is 7 (3.12% from 255 or 13.73% from 51); Blue value is 25 (10.16% from 255 or 49.02% from 51); Max value from RGB is 25 - color contains mainly: blue. Hex color #130719 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #130719 is #ECF8E6. Grayscale: #0C0C0C. Windows color (decimal): -15530215 or 1640211. OLE color: 1640211.

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

Color convert

RGB19725-
CMYK0.240.7200.90
HSL280º56.25%6.27%-
HSV(B)280º72%9.8%-
XYZ0.520.360.96-
YUV12.64134.98132.54-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 37.25%
GREEN value IS 7 (3.12% from 255) = 13.73%
BLUE value IS 25 (10.16% from 255) = 49.02%
R=37.25%
G=13.73%
B=49.02%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.90
SystemRedGreenBlueCMYKHSL
Decimal197250.240.7200.9028056.256.27
Hex13719184805A118386
Octal23731301100132430706
Binary100111111100111000100100001011010100011000111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #130719

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #130719; }

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

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

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

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

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

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

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

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