#19032F

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

Shades of Blackcurrant #19032F

Tints of Blackcurrant #19032F

Color information

#19032F (or 0x19032F) is unknown color: approx Blackcurrant. HEX triplet: 19, 03 and 2F. RGB value is (25,3,47). Sum of RGB (Red+Green+Blue) = 25+3+47=75 (9% of max value = 765). Red value is 25 (10.16% from 255 or 33.33% from 75); Green value is 3 (1.56% from 255 or 4% from 75); Blue value is 47 (18.75% from 255 or 62.67% from 75); Max value from RGB is 47 - color contains mainly: blue. Hex color #19032F is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #19032F is #E6FCD0. Grayscale: #0E0E0E. Windows color (decimal): -15138001 or 3080985. OLE color: 3080985.

HSL color Cylindrical-coordinate representation of color #19032F: hue angle of 270º degrees, saturation: 0.88, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #19032F is Cyan = 0.47, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.82.

Color convert

RGB25347-
CMYK0.470.9400.82
HSL270º88%9.8%-
HSV(B)270º93.62%18.43%-
XYZ0.950.482.73-
YUV14.59146.29135.42-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 33.33%
GREEN value IS 3 (1.56% from 255) = 4%
BLUE value IS 47 (18.75% from 255) = 62.67%
R=33.33%
G=4%
B=62.67%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.94
Y (Yellow) values IS 0
K (Black) values IS 0.82
SystemRedGreenBlueCMYKHSL
Decimal253470.470.9400.82270889.8
Hex1932F2F5E05210e58a
Octal3135757136012241613012
Binary110011110111110111110111100101001010000111010110001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #19032F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #19032F; }

 p { color: rgb(25,3,47); }

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

<style>
 a { background-color: #19032F; }

 a { background-color: rgb(25,3,47); }

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

<style>
 span { border-color: #19032F; }

 span { border-color: rgb(25,3,47); }

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