#25024A

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

Shades of Blackcurrant #25024A

Tints of Blackcurrant #25024A

Color information

#25024A (or 0x25024A) is unknown color: approx Blackcurrant. HEX triplet: 25, 02 and 4A. RGB value is (37,2,74). Sum of RGB (Red+Green+Blue) = 37+2+74=113 (14% of max value = 765). Red value is 37 (14.84% from 255 or 32.74% from 113); Green value is 2 (1.17% from 255 or 1.77% from 113); Blue value is 74 (29.30% from 255 or 65.49% from 113); Max value from RGB is 74 - color contains mainly: blue. Hex color #25024A is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #25024A is #DAFDB5. Grayscale: #141414. Windows color (decimal): -14351798 or 4850213. OLE color: 4850213.

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

Color convert

RGB37274-
CMYK0.500.9700.71
HSL269.17º94.74%14.9%-
HSV(B)269.17º97.3%29.02%-
XYZ2.020.936.55-
YUV20.67158.1139.65-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 32.74%
GREEN value IS 2 (1.17% from 255) = 1.77%
BLUE value IS 74 (29.30% from 255) = 65.49%
R=32.74%
G=1.77%
B=65.49%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.97
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal372740.500.9700.71269.1794.7414.9
Hex2524A326104710d5ff
Octal45211262141010741513717
Binary10010110100101011001011000010100011110000110110111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #25024A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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