#190925

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

Shades of Blackcurrant #190925

Tints of Blackcurrant #190925

Color information

#190925 (or 0x190925) is unknown color: approx Blackcurrant. HEX triplet: 19, 09 and 25. RGB value is (25,9,37). Sum of RGB (Red+Green+Blue) = 25+9+37=71 (9% of max value = 765). Red value is 25 (10.16% from 255 or 35.21% from 71); Green value is 9 (3.91% from 255 or 12.68% from 71); Blue value is 37 (14.84% from 255 or 52.11% from 71); Max value from RGB is 37 - color contains mainly: blue. Hex color #190925 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #190925 is #E6F6DA. Grayscale: #101010. Windows color (decimal): -15136475 or 2427161. OLE color: 2427161.

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

Color convert

RGB25937-
CMYK0.320.7600.85
HSL274.29º60.87%9.02%-
HSV(B)274.29º75.68%14.51%-
XYZ0.830.541.81-
YUV16.98139.3133.72-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 35.21%
GREEN value IS 9 (3.91% from 255) = 12.68%
BLUE value IS 37 (14.84% from 255) = 52.11%
R=35.21%
G=12.68%
B=52.11%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal259370.320.7600.85274.2960.879.02
Hex19925204C0551123d9
Octal3111454011401254227511
Binary1100110011001011000001001100010101011000100101111011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #190925

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #190925; }

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

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

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

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

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

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

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

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