#25014D

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

Shades of Blackcurrant #25014D

Tints of Blackcurrant #25014D

Color information

#25014D (or 0x25014D) is unknown color: approx Blackcurrant. HEX triplet: 25, 01 and 4D. RGB value is (37,1,77). Sum of RGB (Red+Green+Blue) = 37+1+77=115 (15% of max value = 765). Red value is 37 (14.84% from 255 or 32.17% from 115); Green value is 1 (0.78% from 255 or 0.87% from 115); Blue value is 77 (30.47% from 255 or 66.96% from 115); Max value from RGB is 77 - color contains mainly: blue. Hex color #25014D is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #25014D is #DAFEB2. Grayscale: #141414. Windows color (decimal): -14352051 or 5046565. OLE color: 5046565.

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

Color convert

RGB37177-
CMYK0.520.9900.70
HSL268.42º97.44%15.29%-
HSV(B)268.42º98.7%30.2%-
XYZ2.110.957.09-
YUV20.43159.93139.82-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 32.17%
GREEN value IS 1 (0.78% from 255) = 0.87%
BLUE value IS 77 (30.47% from 255) = 66.96%
R=32.17%
G=0.87%
B=66.96%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.99
Y (Yellow) values IS 0
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal371770.520.9900.70268.4297.4415.29
Hex2514D346304610c61f
Octal45111564143010641414117
Binary1001011100110111010011000110100011010000110011000011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #25014D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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