#19022C

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

Shades of Blackcurrant #19022C

Tints of Blackcurrant #19022C

Color information

#19022C (or 0x19022C) is unknown color: approx Blackcurrant. HEX triplet: 19, 02 and 2C. RGB value is (25,2,44). Sum of RGB (Red+Green+Blue) = 25+2+44=71 (9% of max value = 765). Red value is 25 (10.16% from 255 or 35.21% from 71); Green value is 2 (1.17% from 255 or 2.82% from 71); Blue value is 44 (17.58% from 255 or 61.97% from 71); Max value from RGB is 44 - color contains mainly: blue. Hex color #19022C is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #19022C is #E6FDD3. Grayscale: #0D0D0D. Windows color (decimal): -15138260 or 2884121. OLE color: 2884121.

HSL color Cylindrical-coordinate representation of color #19022C: hue angle of 272.86º degrees, saturation: 0.91, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.17% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #19022C is Cyan = 0.43, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.83.

Color convert

RGB25244-
CMYK0.430.9500.83
HSL272.86º91.3%9.02%-
HSV(B)272.86º95.45%17.25%-
XYZ0.880.432.42-
YUV13.66145.12136.08-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 35.21%
GREEN value IS 2 (1.17% from 255) = 2.82%
BLUE value IS 44 (17.58% from 255) = 61.97%
R=35.21%
G=2.82%
B=61.97%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.95
Y (Yellow) values IS 0
K (Black) values IS 0.83
SystemRedGreenBlueCMYKHSL
Decimal252440.430.9500.83272.8691.39.02
Hex1922C2B5F0531115b9
Octal3125453137012342113311
Binary110011010110010101110111110101001110001000110110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #19022C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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