#19013A

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

Shades of Blackcurrant #19013A

Tints of Blackcurrant #19013A

Color information

#19013A (or 0x19013A) is unknown color: approx Blackcurrant. HEX triplet: 19, 01 and 3A. RGB value is (25,1,58). Sum of RGB (Red+Green+Blue) = 25+1+58=84 (11% of max value = 765). Red value is 25 (10.16% from 255 or 29.76% from 84); Green value is 1 (0.78% from 255 or 1.19% from 84); Blue value is 58 (23.05% from 255 or 69.05% from 84); Max value from RGB is 58 - color contains mainly: blue. Hex color #19013A is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #19013A is #E6FEC5. Grayscale: #0E0E0E. Windows color (decimal): -15138502 or 3801369. OLE color: 3801369.

HSL color Cylindrical-coordinate representation of color #19013A: hue angle of 265.26º degrees, saturation: 0.97, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #19013A is Cyan = 0.57, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.77.

Color convert

RGB25158-
CMYK0.570.9800.77
HSL265.26º96.61%11.57%-
HSV(B)265.26º98.28%22.75%-
XYZ1.180.534.04-
YUV14.67152.45135.37-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 29.76%
GREEN value IS 1 (0.78% from 255) = 1.19%
BLUE value IS 58 (23.05% from 255) = 69.05%
R=29.76%
G=1.19%
B=69.05%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.98
Y (Yellow) values IS 0
K (Black) values IS 0.77
SystemRedGreenBlueCMYKHSL
Decimal251580.570.9800.77265.2696.6111.57
Hex1913A396204D10961c
Octal3117271142011541114114
Binary11001111101011100111000100100110110000100111000011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #19013A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #19013A; }

 p { color: rgb(25,1,58); }

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

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

 a { background-color: rgb(25,1,58); }

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

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

 span { border-color: rgb(25,1,58); }

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