#19013C

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

Shades of Blackcurrant #19013C

Tints of Blackcurrant #19013C

Color information

#19013C (or 0x19013C) is unknown color: approx Blackcurrant. HEX triplet: 19, 01 and 3C. RGB value is (25,1,60). Sum of RGB (Red+Green+Blue) = 25+1+60=86 (11% of max value = 765). Red value is 25 (10.16% from 255 or 29.07% from 86); Green value is 1 (0.78% from 255 or 1.16% from 86); Blue value is 60 (23.83% from 255 or 69.77% from 86); Max value from RGB is 60 - color contains mainly: blue. Hex color #19013C is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #19013C is #E6FEC3. Grayscale: #0E0E0E. Windows color (decimal): -15138500 or 3932441. OLE color: 3932441.

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

Color convert

RGB25160-
CMYK0.580.9800.76
HSL264.41º96.72%11.96%-
HSV(B)264.41º98.33%23.53%-
XYZ1.230.554.32-
YUV14.9153.45135.2-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 29.07%
GREEN value IS 1 (0.78% from 255) = 1.16%
BLUE value IS 60 (23.83% from 255) = 69.77%
R=29.07%
G=1.16%
B=69.77%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.98
Y (Yellow) values IS 0
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal251600.580.9800.76264.4196.7211.96
Hex1913C3A6204C10861c
Octal3117472142011441014114
Binary11001111110011101011000100100110010000100011000011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #19013C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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