#190025

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

Shades of Blackcurrant #190025

Tints of Blackcurrant #190025

Color information

#190025 (or 0x190025) is unknown color: approx Blackcurrant. HEX triplet: 19, 00 and 25. RGB value is (25,0,37). Sum of RGB (Red+Green+Blue) = 25+0+37=62 (8% of max value = 765). Red value is 25 (10.16% from 255 or 40.32% from 62); Green value is 0 (0.39% from 255 or 0% from 62); Blue value is 37 (14.84% from 255 or 59.68% from 62); Max value from RGB is 37 - color contains mainly: blue. Hex color #190025 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #190025 is #E6FFDA. Grayscale: #0B0B0B. Windows color (decimal): -15138779 or 2424857. OLE color: 2424857.

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

Color convert

RGB25037-
CMYK0.32100.85
HSL280.54º100%7.25%-
HSV(B)280.54º100%14.51%-
XYZ0.730.341.78-
YUV11.69142.28137.49-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 40.32%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 37 (14.84% from 255) = 59.68%
R=40.32%
G=0%
B=59.68%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 1
Y (Yellow) values IS 0
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal250370.32100.85280.541007.25
Hex190252064055119647
Octal310454014401254311447
Binary1100101001011000001100100010101011000110011100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #190025

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #190025; }

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

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

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

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

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

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

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

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