#19002B

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

Shades of Blackcurrant #19002B

Tints of Blackcurrant #19002B

Color information

#19002B (or 0x19002B) is unknown color: approx Blackcurrant. HEX triplet: 19, 00 and 2B. RGB value is (25,0,43). Sum of RGB (Red+Green+Blue) = 25+0+43=68 (9% of max value = 765). Red value is 25 (10.16% from 255 or 36.76% from 68); Green value is 0 (0.39% from 255 or 0% from 68); Blue value is 43 (17.19% from 255 or 63.24% from 68); Max value from RGB is 43 - color contains mainly: blue. Hex color #19002B is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #19002B is #E6FFD4. Grayscale: #0C0C0C. Windows color (decimal): -15138773 or 2818073. OLE color: 2818073.

HSL color Cylindrical-coordinate representation of color #19002B: hue angle of 274.88º degrees, saturation: 1, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.17% and HSV saturation: 1%. Process color model (Four color, CMYK) of #19002B is Cyan = 0.42, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.83.

Color convert

RGB25043-
CMYK0.42100.83
HSL274.88º100%8.43%-
HSV(B)274.88º100%16.86%-
XYZ0.840.382.31-
YUV12.38145.28137-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 36.76%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 43 (17.19% from 255) = 63.24%
R=36.76%
G=0%
B=63.24%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 1
Y (Yellow) values IS 0
K (Black) values IS 0.83
SystemRedGreenBlueCMYKHSL
Decimal250430.42100.83274.881008.43
Hex1902B2A64053113648
Octal3105352144012342314410
Binary11001010101110101011001000101001110001001111001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #19002B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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