#191125

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

Shades of Blackcurrant #191125

Tints of Blackcurrant #191125

Color information

#191125 (or 0x191125) is unknown color: approx Blackcurrant. HEX triplet: 19, 11 and 25. RGB value is (25,17,37). Sum of RGB (Red+Green+Blue) = 25+17+37=79 (10% of max value = 765). Red value is 25 (10.16% from 255 or 31.65% from 79); Green value is 17 (7.03% from 255 or 21.52% from 79); Blue value is 37 (14.84% from 255 or 46.84% from 79); Max value from RGB is 37 - color contains mainly: blue. Hex color #191125 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #191125 is #E6EEDA. Grayscale: #151515. Windows color (decimal): -15134427 or 2429209. OLE color: 2429209.

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

Color convert

RGB251737-
CMYK0.320.5400.85
HSL264º37.04%10.59%-
HSV(B)264º54.05%14.51%-
XYZ0.940.741.84-
YUV21.67136.65130.37-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 31.65%
GREEN value IS 17 (7.03% from 255) = 21.52%
BLUE value IS 37 (14.84% from 255) = 46.84%
R=31.65%
G=21.52%
B=46.84%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal2517370.320.5400.8526437.0410.59
Hex191125203605510825b
Octal312145406601254104513
Binary1100110001100101100000110110010101011000010001001011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #191125

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #191125; }

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

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

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

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

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

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

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

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