#25024C

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

Shades of Blackcurrant #25024C

Tints of Blackcurrant #25024C

Color information

#25024C (or 0x25024C) is unknown color: approx Blackcurrant. HEX triplet: 25, 02 and 4C. RGB value is (37,2,76). Sum of RGB (Red+Green+Blue) = 37+2+76=115 (15% of max value = 765). Red value is 37 (14.84% from 255 or 32.17% from 115); Green value is 2 (1.17% from 255 or 1.74% from 115); Blue value is 76 (30.08% from 255 or 66.09% from 115); Max value from RGB is 76 - color contains mainly: blue. Hex color #25024C is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #25024C is #DAFDB3. Grayscale: #141414. Windows color (decimal): -14351796 or 4981285. OLE color: 4981285.

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

Color convert

RGB37276-
CMYK0.510.9700.70
HSL268.38º94.87%15.29%-
HSV(B)268.38º97.37%29.8%-
XYZ2.090.966.91-
YUV20.9159.1139.48-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 32.17%
GREEN value IS 2 (1.17% from 255) = 1.74%
BLUE value IS 76 (30.08% from 255) = 66.09%
R=32.17%
G=1.74%
B=66.09%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.97
Y (Yellow) values IS 0
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal372760.510.9700.70268.3894.8715.29
Hex2524C336104610c5ff
Octal45211463141010641413717
Binary10010110100110011001111000010100011010000110010111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #25024C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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