#191025

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

Shades of Blackcurrant #191025

Tints of Blackcurrant #191025

Color information

#191025 (or 0x191025) is unknown color: approx Blackcurrant. HEX triplet: 19, 10 and 25. RGB value is (25,16,37). Sum of RGB (Red+Green+Blue) = 25+16+37=78 (10% of max value = 765). Red value is 25 (10.16% from 255 or 32.05% from 78); Green value is 16 (6.64% from 255 or 20.51% from 78); Blue value is 37 (14.84% from 255 or 47.44% from 78); Max value from RGB is 37 - color contains mainly: blue. Hex color #191025 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #191025 is #E6EFDA. Grayscale: #151515. Windows color (decimal): -15134683 or 2428953. OLE color: 2428953.

HSL color Cylindrical-coordinate representation of color #191025: hue angle of 265.71º degrees, saturation: 0.4, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #191025 is Cyan = 0.32, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.85.

Color convert

RGB251637-
CMYK0.320.5700.85
HSL265.71º39.62%10.39%-
HSV(B)265.71º56.76%14.51%-
XYZ0.920.711.84-
YUV21.08136.98130.79-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 32.05%
GREEN value IS 16 (6.64% from 255) = 20.51%
BLUE value IS 37 (14.84% from 255) = 47.44%
R=32.05%
G=20.51%
B=47.44%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal2516370.320.5700.85265.7139.6210.39
Hex191025203905510a28a
Octal312045407101254125012
Binary1100110000100101100000111001010101011000010101010001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #191025

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #191025; }

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

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

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

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

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

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

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

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