#19092B

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

Shades of Blackcurrant #19092B

Tints of Blackcurrant #19092B

Color information

#19092B (or 0x19092B) is unknown color: approx Blackcurrant. HEX triplet: 19, 09 and 2B. RGB value is (25,9,43). Sum of RGB (Red+Green+Blue) = 25+9+43=77 (10% of max value = 765). Red value is 25 (10.16% from 255 or 32.47% from 77); Green value is 9 (3.91% from 255 or 11.69% from 77); Blue value is 43 (17.19% from 255 or 55.84% from 77); Max value from RGB is 43 - color contains mainly: blue. Hex color #19092B is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #19092B is #E6F6D4. Grayscale: #111111. Windows color (decimal): -15136469 or 2820377. OLE color: 2820377.

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

Color convert

RGB25943-
CMYK0.420.7900.83
HSL268.24º65.38%10.2%-
HSV(B)268.24º79.07%16.86%-
XYZ0.930.582.35-
YUV17.66142.3133.24-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 32.47%
GREEN value IS 9 (3.91% from 255) = 11.69%
BLUE value IS 43 (17.19% from 255) = 55.84%
R=32.47%
G=11.69%
B=55.84%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.79
Y (Yellow) values IS 0
K (Black) values IS 0.83
SystemRedGreenBlueCMYKHSL
Decimal259430.420.7900.83268.2465.3810.2
Hex1992B2A4F05310c41a
Octal31115352117012341410112
Binary11001100110101110101010011110101001110000110010000011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #19092B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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