#25044C

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

Shades of Blackcurrant #25044C

Tints of Blackcurrant #25044C

Color information

#25044C (or 0x25044C) is unknown color: approx Blackcurrant. HEX triplet: 25, 04 and 4C. RGB value is (37,4,76). Sum of RGB (Red+Green+Blue) = 37+4+76=117 (15% of max value = 765). Red value is 37 (14.84% from 255 or 31.62% from 117); Green value is 4 (1.95% from 255 or 3.42% from 117); Blue value is 76 (30.08% from 255 or 64.96% from 117); Max value from RGB is 76 - color contains mainly: blue. Hex color #25044C is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #25044C is #DAFBB3. Grayscale: #151515. Windows color (decimal): -14351284 or 4981797. OLE color: 4981797.

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

Color convert

RGB37476-
CMYK0.510.9500.70
HSL267.5º90%15.69%-
HSV(B)267.5º94.74%29.8%-
XYZ2.1116.92-
YUV22.07158.43138.65-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 31.62%
GREEN value IS 4 (1.95% from 255) = 3.42%
BLUE value IS 76 (30.08% from 255) = 64.96%
R=31.62%
G=3.42%
B=64.96%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.95
Y (Yellow) values IS 0
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal374760.510.9500.70267.59015.69
Hex2544C335F04610c5a10
Octal45411463137010641413220
Binary1001011001001100110011101111101000110100001100101101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #25044C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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