#25192C

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

Shades of Blackcurrant #25192C

Tints of Blackcurrant #25192C

Color information

#25192C (or 0x25192C) is unknown color: approx Blackcurrant. HEX triplet: 25, 19 and 2C. RGB value is (37,25,44). Sum of RGB (Red+Green+Blue) = 37+25+44=106 (14% of max value = 765). Red value is 37 (14.84% from 255 or 34.91% from 106); Green value is 25 (10.16% from 255 or 23.58% from 106); Blue value is 44 (17.58% from 255 or 41.51% from 106); Max value from RGB is 44 - color contains mainly: blue. Hex color #25192C is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #25192C is #DAE6D3. Grayscale: #1E1E1E. Windows color (decimal): -14345940 or 2890021. OLE color: 2890021.

HSL color Cylindrical-coordinate representation of color #25192C: hue angle of 277.89º degrees, saturation: 0.28, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.17% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #25192C is Cyan = 0.16, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.83.

Color convert

RGB372544-
CMYK0.160.4300.83
HSL277.89º27.54%13.53%-
HSV(B)277.89º43.18%17.25%-
XYZ1.571.272.55-
YUV30.75135.48132.46-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 34.91%
GREEN value IS 25 (10.16% from 255) = 23.58%
BLUE value IS 44 (17.58% from 255) = 41.51%
R=34.91%
G=23.58%
B=41.51%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.83
SystemRedGreenBlueCMYKHSL
Decimal3725440.160.4300.83277.8927.5413.53
Hex25192C102B0531161ce
Octal453154205301234263416
Binary100101110011011001000010101101010011100010110111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #25192C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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