#19032E

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

Shades of Blackcurrant #19032E

Tints of Blackcurrant #19032E

Color information

#19032E (or 0x19032E) is unknown color: approx Blackcurrant. HEX triplet: 19, 03 and 2E. RGB value is (25,3,46). Sum of RGB (Red+Green+Blue) = 25+3+46=74 (9% of max value = 765). Red value is 25 (10.16% from 255 or 33.78% from 74); Green value is 3 (1.56% from 255 or 4.05% from 74); Blue value is 46 (18.36% from 255 or 62.16% from 74); Max value from RGB is 46 - color contains mainly: blue. Hex color #19032E is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #19032E is #E6FCD1. Grayscale: #0E0E0E. Windows color (decimal): -15138002 or 3015449. OLE color: 3015449.

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

Color convert

RGB25346-
CMYK0.460.9300.82
HSL270.7º87.76%9.61%-
HSV(B)270.7º93.48%18.04%-
XYZ0.930.472.63-
YUV14.48145.79135.5-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 33.78%
GREEN value IS 3 (1.56% from 255) = 4.05%
BLUE value IS 46 (18.36% from 255) = 62.16%
R=33.78%
G=4.05%
B=62.16%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.93
Y (Yellow) values IS 0
K (Black) values IS 0.82
SystemRedGreenBlueCMYKHSL
Decimal253460.460.9300.82270.787.769.61
Hex1932E2E5D05210f58a
Octal3135656135012241713012
Binary110011110111010111010111010101001010000111110110001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #19032E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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