#190725

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

Shades of Blackcurrant #190725

Tints of Blackcurrant #190725

Color information

#190725 (or 0x190725) is unknown color: approx Blackcurrant. HEX triplet: 19, 07 and 25. RGB value is (25,7,37). Sum of RGB (Red+Green+Blue) = 25+7+37=69 (9% of max value = 765). Red value is 25 (10.16% from 255 or 36.23% from 69); Green value is 7 (3.12% from 255 or 10.14% from 69); Blue value is 37 (14.84% from 255 or 53.62% from 69); Max value from RGB is 37 - color contains mainly: blue. Hex color #190725 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #190725 is #E6F8DA. Grayscale: #0F0F0F. Windows color (decimal): -15136987 or 2426649. OLE color: 2426649.

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

Color convert

RGB25737-
CMYK0.320.8100.85
HSL276º68.18%8.63%-
HSV(B)276º81.08%14.51%-
XYZ0.810.491.8-
YUV15.8139.96134.56-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 36.23%
GREEN value IS 7 (3.12% from 255) = 10.14%
BLUE value IS 37 (14.84% from 255) = 53.62%
R=36.23%
G=10.14%
B=53.62%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.81
Y (Yellow) values IS 0
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal257370.320.8100.8527668.188.63
Hex197252051055114449
Octal3174540121012542410411
Binary1100111110010110000010100010101010110001010010001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #190725

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #190725; }

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

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

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

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

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

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

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

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