#25064D

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

Shades of Blackcurrant #25064D

Tints of Blackcurrant #25064D

Color information

#25064D (or 0x25064D) is unknown color: approx Blackcurrant. HEX triplet: 25, 06 and 4D. RGB value is (37,6,77). Sum of RGB (Red+Green+Blue) = 37+6+77=120 (15% of max value = 765). Red value is 37 (14.84% from 255 or 30.83% from 120); Green value is 6 (2.73% from 255 or 5% from 120); Blue value is 77 (30.47% from 255 or 64.17% from 120); Max value from RGB is 77 - color contains mainly: blue. Hex color #25064D is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #25064D is #DAF9B2. Grayscale: #171717. Windows color (decimal): -14350771 or 5047845. OLE color: 5047845.

HSL color Cylindrical-coordinate representation of color #25064D: hue angle of 266.2º degrees, saturation: 0.86, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #25064D is Cyan = 0.52, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.70.

Color convert

RGB37677-
CMYK0.520.9200.70
HSL266.2º85.54%16.27%-
HSV(B)266.2º92.21%30.2%-
XYZ2.171.067.11-
YUV23.36158.27137.73-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 30.83%
GREEN value IS 6 (2.73% from 255) = 5%
BLUE value IS 77 (30.47% from 255) = 64.17%
R=30.83%
G=5%
B=64.17%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.92
Y (Yellow) values IS 0
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal376770.520.9200.70266.285.5416.27
Hex2564D345C04610a5610
Octal45611564134010641212620
Binary1001011101001101110100101110001000110100001010101011010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #25064D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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