#19092E

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

Shades of Blackcurrant #19092E

Tints of Blackcurrant #19092E

Color information

#19092E (or 0x19092E) is unknown color: approx Blackcurrant. HEX triplet: 19, 09 and 2E. RGB value is (25,9,46). Sum of RGB (Red+Green+Blue) = 25+9+46=80 (10% of max value = 765). Red value is 25 (10.16% from 255 or 31.25% from 80); Green value is 9 (3.91% from 255 or 11.25% from 80); Blue value is 46 (18.36% from 255 or 57.5% from 80); Max value from RGB is 46 - color contains mainly: blue. Hex color #19092E is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #19092E is #E6F6D1. Grayscale: #111111. Windows color (decimal): -15136466 or 3016985. OLE color: 3016985.

HSL color Cylindrical-coordinate representation of color #19092E: hue angle of 265.95º degrees, saturation: 0.67, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #19092E is Cyan = 0.46, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.82.

Color convert

RGB25946-
CMYK0.460.8000.82
HSL265.95º67.27%10.78%-
HSV(B)265.95º80.43%18.04%-
XYZ0.990.62.65-
YUV18143.8132.99-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 31.25%
GREEN value IS 9 (3.91% from 255) = 11.25%
BLUE value IS 46 (18.36% from 255) = 57.5%
R=31.25%
G=11.25%
B=57.5%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.80
Y (Yellow) values IS 0
K (Black) values IS 0.82
SystemRedGreenBlueCMYKHSL
Decimal259460.460.8000.82265.9567.2710.78
Hex1992E2E5005210a43b
Octal31115656120012241210313
Binary11001100110111010111010100000101001010000101010000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #19092E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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