#191123

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

Shades of Blackcurrant #191123

Tints of Blackcurrant #191123

Color information

#191123 (or 0x191123) is unknown color: approx Blackcurrant. HEX triplet: 19, 11 and 23. RGB value is (25,17,35). Sum of RGB (Red+Green+Blue) = 25+17+35=77 (10% of max value = 765). Red value is 25 (10.16% from 255 or 32.47% from 77); Green value is 17 (7.03% from 255 or 22.08% from 77); Blue value is 35 (14.06% from 255 or 45.45% from 77); Max value from RGB is 35 - color contains mainly: blue. Hex color #191123 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #191123 is #E6EEDC. Grayscale: #151515. Windows color (decimal): -15134429 or 2298137. OLE color: 2298137.

HSL color Cylindrical-coordinate representation of color #191123: hue angle of 266.67º degrees, saturation: 0.35, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.14% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #191123 is Cyan = 0.29, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.86.

Color convert

RGB251735-
CMYK0.290.5100.86
HSL266.67º34.62%10.2%-
HSV(B)266.67º51.43%13.73%-
XYZ0.90.731.68-
YUV21.44135.65130.54-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 32.47%
GREEN value IS 17 (7.03% from 255) = 22.08%
BLUE value IS 35 (14.06% from 255) = 45.45%
R=32.47%
G=22.08%
B=45.45%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.86
SystemRedGreenBlueCMYKHSL
Decimal2517350.290.5100.86266.6734.6210.2
Hex1911231D3305610b23a
Octal312143356301264134312
Binary110011000110001111101110011010101101000010111000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #191123

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #191123; }

 p { color: rgb(25,17,35); }

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

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

 a { background-color: rgb(25,17,35); }

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

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

 span { border-color: rgb(25,17,35); }

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