#25192D

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

Shades of Blackcurrant #25192D

Tints of Blackcurrant #25192D

Color information

#25192D (or 0x25192D) is unknown color: approx Blackcurrant. HEX triplet: 25, 19 and 2D. RGB value is (37,25,45). Sum of RGB (Red+Green+Blue) = 37+25+45=107 (14% of max value = 765). Red value is 37 (14.84% from 255 or 34.58% from 107); Green value is 25 (10.16% from 255 or 23.36% from 107); Blue value is 45 (17.97% from 255 or 42.06% from 107); Max value from RGB is 45 - color contains mainly: blue. Hex color #25192D is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #25192D is #DAE6D2. Grayscale: #1E1E1E. Windows color (decimal): -14345939 or 2955557. OLE color: 2955557.

HSL color Cylindrical-coordinate representation of color #25192D: hue angle of 276º degrees, saturation: 0.29, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #25192D is Cyan = 0.18, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.82.

Color convert

RGB372545-
CMYK0.180.4400.82
HSL276º28.57%13.73%-
HSV(B)276º44.44%17.65%-
XYZ1.581.282.65-
YUV30.87135.98132.37-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 34.58%
GREEN value IS 25 (10.16% from 255) = 23.36%
BLUE value IS 45 (17.97% from 255) = 42.06%
R=34.58%
G=23.36%
B=42.06%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.82
SystemRedGreenBlueCMYKHSL
Decimal3725450.180.4400.8227628.5713.73
Hex25192D122C0521141de
Octal453155225401224243516
Binary100101110011011011001010110001010010100010100111011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #25192D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #25192D; }

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

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

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

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

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

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

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

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