#25044A

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

Shades of Blackcurrant #25044A

Tints of Blackcurrant #25044A

Color information

#25044A (or 0x25044A) is unknown color: approx Blackcurrant. HEX triplet: 25, 04 and 4A. RGB value is (37,4,74). Sum of RGB (Red+Green+Blue) = 37+4+74=115 (15% of max value = 765). Red value is 37 (14.84% from 255 or 32.17% from 115); Green value is 4 (1.95% from 255 or 3.48% from 115); Blue value is 74 (29.30% from 255 or 64.35% from 115); Max value from RGB is 74 - color contains mainly: blue. Hex color #25044A is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #25044A is #DAFBB5. Grayscale: #151515. Windows color (decimal): -14351286 or 4850725. OLE color: 4850725.

HSL color Cylindrical-coordinate representation of color #25044A: hue angle of 268.29º degrees, saturation: 0.9, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #25044A is Cyan = 0.50, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB37474-
CMYK0.500.9500.71
HSL268.29º89.74%15.29%-
HSV(B)268.29º94.59%29.02%-
XYZ2.040.976.56-
YUV21.85157.43138.81-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 32.17%
GREEN value IS 4 (1.95% from 255) = 3.48%
BLUE value IS 74 (29.30% from 255) = 64.35%
R=32.17%
G=3.48%
B=64.35%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.95
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal374740.500.9500.71268.2989.7415.29
Hex2544A325F04710c5af
Octal45411262137010741413217
Binary100101100100101011001010111110100011110000110010110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #25044A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #25044A; }

 p { color: rgb(37,4,74); }

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

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

 a { background-color: rgb(37,4,74); }

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

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

 span { border-color: rgb(37,4,74); }

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