#25044D

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

Shades of Blackcurrant #25044D

Tints of Blackcurrant #25044D

Color information

#25044D (or 0x25044D) is unknown color: approx Blackcurrant. HEX triplet: 25, 04 and 4D. RGB value is (37,4,77). Sum of RGB (Red+Green+Blue) = 37+4+77=118 (15% of max value = 765). Red value is 37 (14.84% from 255 or 31.36% from 118); Green value is 4 (1.95% from 255 or 3.39% from 118); Blue value is 77 (30.47% from 255 or 65.25% from 118); Max value from RGB is 77 - color contains mainly: blue. Hex color #25044D is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #25044D is #DAFBB2. Grayscale: #151515. Windows color (decimal): -14351283 or 5047333. OLE color: 5047333.

HSL color Cylindrical-coordinate representation of color #25044D: hue angle of 267.12º 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 #25044D is Cyan = 0.52, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.70.

Color convert

RGB37477-
CMYK0.520.9500.70
HSL267.12º90.12%15.88%-
HSV(B)267.12º94.81%30.2%-
XYZ2.151.027.1-
YUV22.19158.93138.56-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 31.36%
GREEN value IS 4 (1.95% from 255) = 3.39%
BLUE value IS 77 (30.47% from 255) = 65.25%
R=31.36%
G=3.39%
B=65.25%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.95
Y (Yellow) values IS 0
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal374770.520.9500.70267.1290.1215.88
Hex2544D345F04610b5a10
Octal45411564137010641313220
Binary1001011001001101110100101111101000110100001011101101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #25044D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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