#191028

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

Shades of Blackcurrant #191028

Tints of Blackcurrant #191028

Color information

#191028 (or 0x191028) is unknown color: approx Blackcurrant. HEX triplet: 19, 10 and 28. RGB value is (25,16,40). Sum of RGB (Red+Green+Blue) = 25+16+40=81 (10% of max value = 765). Red value is 25 (10.16% from 255 or 30.86% from 81); Green value is 16 (6.64% from 255 or 19.75% from 81); Blue value is 40 (16.02% from 255 or 49.38% from 81); Max value from RGB is 40 - color contains mainly: blue. Hex color #191028 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #191028 is #E6EFD7. Grayscale: #151515. Windows color (decimal): -15134680 or 2625561. OLE color: 2625561.

HSL color Cylindrical-coordinate representation of color #191028: hue angle of 262.5º degrees, saturation: 0.43, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #191028 is Cyan = 0.38, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.84.

Color convert

RGB251640-
CMYK0.380.6000.84
HSL262.5º42.86%10.98%-
HSV(B)262.5º60%15.69%-
XYZ0.970.732.1-
YUV21.43138.48130.55-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 30.86%
GREEN value IS 16 (6.64% from 255) = 19.75%
BLUE value IS 40 (16.02% from 255) = 49.38%
R=30.86%
G=19.75%
B=49.38%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal2516400.380.6000.84262.542.8610.98
Hex191028263C0541062bb
Octal312050467401244065313
Binary1100110000101000100110111100010101001000001101010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #191028

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #191028; }

 p { color: rgb(25,16,40); }

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

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

 a { background-color: rgb(25,16,40); }

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

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

 span { border-color: rgb(25,16,40); }

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