#19023A

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

Shades of Blackcurrant #19023A

Tints of Blackcurrant #19023A

Color information

#19023A (or 0x19023A) is unknown color: approx Blackcurrant. HEX triplet: 19, 02 and 3A. RGB value is (25,2,58). Sum of RGB (Red+Green+Blue) = 25+2+58=85 (11% of max value = 765). Red value is 25 (10.16% from 255 or 29.41% from 85); Green value is 2 (1.17% from 255 or 2.35% from 85); Blue value is 58 (23.05% from 255 or 68.24% from 85); Max value from RGB is 58 - color contains mainly: blue. Hex color #19023A is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #19023A is #E6FDC5. Grayscale: #0F0F0F. Windows color (decimal): -15138246 or 3801625. OLE color: 3801625.

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

Color convert

RGB25258-
CMYK0.570.9700.77
HSL264.64º93.33%11.76%-
HSV(B)264.64º96.55%22.75%-
XYZ1.190.564.05-
YUV15.26152.12134.95-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 29.41%
GREEN value IS 2 (1.17% from 255) = 2.35%
BLUE value IS 58 (23.05% from 255) = 68.24%
R=29.41%
G=2.35%
B=68.24%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.97
Y (Yellow) values IS 0
K (Black) values IS 0.77
SystemRedGreenBlueCMYKHSL
Decimal252580.570.9700.77264.6493.3311.76
Hex1923A396104D1095dc
Octal3127271141011541113514
Binary110011011101011100111000010100110110000100110111011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #19023A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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