#19022B

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

Shades of Blackcurrant #19022B

Tints of Blackcurrant #19022B

Color information

#19022B (or 0x19022B) is unknown color: approx Blackcurrant. HEX triplet: 19, 02 and 2B. RGB value is (25,2,43). Sum of RGB (Red+Green+Blue) = 25+2+43=70 (9% of max value = 765). Red value is 25 (10.16% from 255 or 35.71% from 70); Green value is 2 (1.17% from 255 or 2.86% from 70); Blue value is 43 (17.19% from 255 or 61.43% from 70); Max value from RGB is 43 - color contains mainly: blue. Hex color #19022B is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #19022B is #E6FDD4. Grayscale: #0D0D0D. Windows color (decimal): -15138261 or 2818585. OLE color: 2818585.

HSL color Cylindrical-coordinate representation of color #19022B: hue angle of 273.66º 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 #19022B is Cyan = 0.42, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.83.

Color convert

RGB25243-
CMYK0.420.9500.83
HSL273.66º91.11%8.82%-
HSV(B)273.66º95.35%16.86%-
XYZ0.860.422.32-
YUV13.55144.62136.17-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 35.71%
GREEN value IS 2 (1.17% from 255) = 2.86%
BLUE value IS 43 (17.19% from 255) = 61.43%
R=35.71%
G=2.86%
B=61.43%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.95
Y (Yellow) values IS 0
K (Black) values IS 0.83
SystemRedGreenBlueCMYKHSL
Decimal252430.420.9500.83273.6691.118.82
Hex1922B2A5F0531125b9
Octal3125352137012342213311
Binary110011010101110101010111110101001110001001010110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #19022B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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