#19092C

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

Shades of Blackcurrant #19092C

Tints of Blackcurrant #19092C

Color information

#19092C (or 0x19092C) is unknown color: approx Blackcurrant. HEX triplet: 19, 09 and 2C. RGB value is (25,9,44). Sum of RGB (Red+Green+Blue) = 25+9+44=78 (10% of max value = 765). Red value is 25 (10.16% from 255 or 32.05% from 78); Green value is 9 (3.91% from 255 or 11.54% from 78); Blue value is 44 (17.58% from 255 or 56.41% from 78); Max value from RGB is 44 - color contains mainly: blue. Hex color #19092C is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #19092C is #E6F6D3. Grayscale: #111111. Windows color (decimal): -15136468 or 2885913. OLE color: 2885913.

HSL color Cylindrical-coordinate representation of color #19092C: hue angle of 267.43º degrees, saturation: 0.66, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.17% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #19092C is Cyan = 0.43, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.83.

Color convert

RGB25944-
CMYK0.430.8000.83
HSL267.43º66.04%10.39%-
HSV(B)267.43º79.55%17.25%-
XYZ0.950.582.45-
YUV17.77142.8133.15-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 32.05%
GREEN value IS 9 (3.91% from 255) = 11.54%
BLUE value IS 44 (17.58% from 255) = 56.41%
R=32.05%
G=11.54%
B=56.41%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.80
Y (Yellow) values IS 0
K (Black) values IS 0.83
SystemRedGreenBlueCMYKHSL
Decimal259440.430.8000.83267.4366.0410.39
Hex1992C2B5005310b42a
Octal31115453120012341310212
Binary11001100110110010101110100000101001110000101110000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #19092C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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