#25192E

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

Shades of Blackcurrant #25192E

Tints of Blackcurrant #25192E

Color information

#25192E (or 0x25192E) is unknown color: approx Blackcurrant. HEX triplet: 25, 19 and 2E. RGB value is (37,25,46). Sum of RGB (Red+Green+Blue) = 37+25+46=108 (14% of max value = 765). Red value is 37 (14.84% from 255 or 34.26% from 108); Green value is 25 (10.16% from 255 or 23.15% from 108); Blue value is 46 (18.36% from 255 or 42.59% from 108); Max value from RGB is 46 - color contains mainly: blue. Hex color #25192E is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #25192E is #DAE6D1. Grayscale: #1E1E1E. Windows color (decimal): -14345938 or 3021093. OLE color: 3021093.

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

Color convert

RGB372546-
CMYK0.200.4600.82
HSL274.29º29.58%13.92%-
HSV(B)274.29º45.65%18.04%-
XYZ1.61.292.75-
YUV30.98136.48132.29-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 34.26%
GREEN value IS 25 (10.16% from 255) = 23.15%
BLUE value IS 46 (18.36% from 255) = 42.59%
R=34.26%
G=23.15%
B=42.59%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.82
SystemRedGreenBlueCMYKHSL
Decimal3725460.200.4600.82274.2929.5813.92
Hex25192E142E0521121ee
Octal453156245601224223616
Binary100101110011011101010010111001010010100010010111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #25192E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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