#190825

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

Shades of Blackcurrant #190825

Tints of Blackcurrant #190825

Color information

#190825 (or 0x190825) is unknown color: approx Blackcurrant. HEX triplet: 19, 08 and 25. RGB value is (25,8,37). Sum of RGB (Red+Green+Blue) = 25+8+37=70 (9% of max value = 765). Red value is 25 (10.16% from 255 or 35.71% from 70); Green value is 8 (3.52% from 255 or 11.43% from 70); Blue value is 37 (14.84% from 255 or 52.86% from 70); Max value from RGB is 37 - color contains mainly: blue. Hex color #190825 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #190825 is #E6F7DA. Grayscale: #101010. Windows color (decimal): -15136731 or 2426905. OLE color: 2426905.

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

Color convert

RGB25837-
CMYK0.320.7800.85
HSL275.17º64.44%8.82%-
HSV(B)275.17º78.38%14.51%-
XYZ0.820.511.81-
YUV16.39139.63134.14-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 35.71%
GREEN value IS 8 (3.52% from 255) = 11.43%
BLUE value IS 37 (14.84% from 255) = 52.86%
R=35.71%
G=11.43%
B=52.86%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.78
Y (Yellow) values IS 0
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal258370.320.7800.85275.1764.448.82
Hex19825204E055113409
Octal31104540116012542310011
Binary11001100010010110000010011100101010110001001110000001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #190825

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #190825; }

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

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

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

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

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

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

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

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