#19023C

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

Shades of Blackcurrant #19023C

Tints of Blackcurrant #19023C

Color information

#19023C (or 0x19023C) is unknown color: approx Blackcurrant. HEX triplet: 19, 02 and 3C. RGB value is (25,2,60). Sum of RGB (Red+Green+Blue) = 25+2+60=87 (11% of max value = 765). Red value is 25 (10.16% from 255 or 28.74% from 87); Green value is 2 (1.17% from 255 or 2.30% from 87); Blue value is 60 (23.83% from 255 or 68.97% from 87); Max value from RGB is 60 - color contains mainly: blue. Hex color #19023C is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #19023C is #E6FDC3. Grayscale: #0F0F0F. Windows color (decimal): -15138244 or 3932697. OLE color: 3932697.

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

Color convert

RGB25260-
CMYK0.580.9700.76
HSL263.79º93.55%12.16%-
HSV(B)263.79º96.67%23.53%-
XYZ1.240.584.32-
YUV15.49153.12134.78-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 28.74%
GREEN value IS 2 (1.17% from 255) = 2.30%
BLUE value IS 60 (23.83% from 255) = 68.97%
R=28.74%
G=2.30%
B=68.97%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.97
Y (Yellow) values IS 0
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal252600.580.9700.76263.7993.5512.16
Hex1923C3A6104C1085ec
Octal3127472141011441013614
Binary110011011110011101011000010100110010000100010111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #19023C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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