#191124

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

Shades of Blackcurrant #191124

Tints of Blackcurrant #191124

Color information

#191124 (or 0x191124) is unknown color: approx Blackcurrant. HEX triplet: 19, 11 and 24. RGB value is (25,17,36). Sum of RGB (Red+Green+Blue) = 25+17+36=78 (10% of max value = 765). Red value is 25 (10.16% from 255 or 32.05% from 78); Green value is 17 (7.03% from 255 or 21.79% from 78); Blue value is 36 (14.45% from 255 or 46.15% from 78); Max value from RGB is 36 - color contains mainly: blue. Hex color #191124 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #191124 is #E6EEDB. Grayscale: #151515. Windows color (decimal): -15134428 or 2363673. OLE color: 2363673.

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

Color convert

RGB251736-
CMYK0.310.5300.86
HSL265.26º35.85%10.39%-
HSV(B)265.26º52.78%14.12%-
XYZ0.920.731.76-
YUV21.56136.15130.46-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 32.05%
GREEN value IS 17 (7.03% from 255) = 21.79%
BLUE value IS 36 (14.45% from 255) = 46.15%
R=32.05%
G=21.79%
B=46.15%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.86
SystemRedGreenBlueCMYKHSL
Decimal2517360.310.5300.86265.2635.8510.39
Hex1911241F3505610924a
Octal312144376501264114412
Binary110011000110010011111110101010101101000010011001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #191124

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #191124; }

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

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

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

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

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

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

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

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