#190125

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

Shades of Blackcurrant #190125

Tints of Blackcurrant #190125

Color information

#190125 (or 0x190125) is unknown color: approx Blackcurrant. HEX triplet: 19, 01 and 25. RGB value is (25,1,37). Sum of RGB (Red+Green+Blue) = 25+1+37=63 (8% of max value = 765). Red value is 25 (10.16% from 255 or 39.68% from 63); Green value is 1 (0.78% from 255 or 1.59% from 63); Blue value is 37 (14.84% from 255 or 58.73% from 63); Max value from RGB is 37 - color contains mainly: blue. Hex color #190125 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #190125 is #E6FEDA. Grayscale: #0C0C0C. Windows color (decimal): -15138523 or 2425113. OLE color: 2425113.

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

Color convert

RGB25137-
CMYK0.320.9700.85
HSL280º94.74%7.45%-
HSV(B)280º97.3%14.51%-
XYZ0.750.361.78-
YUV12.28141.95137.07-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 39.68%
GREEN value IS 1 (0.78% from 255) = 1.59%
BLUE value IS 37 (14.84% from 255) = 58.73%
R=39.68%
G=1.59%
B=58.73%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.97
Y (Yellow) values IS 0
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal251370.320.9700.8528094.747.45
Hex1912520610551185f7
Octal311454014101254301377
Binary1100111001011000001100001010101011000110001011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #190125

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #190125; }

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

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

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

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

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

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

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

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