#25014F

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

Shades of Blackcurrant #25014F

Tints of Blackcurrant #25014F

Color information

#25014F (or 0x25014F) is unknown color: approx Blackcurrant. HEX triplet: 25, 01 and 4F. RGB value is (37,1,79). Sum of RGB (Red+Green+Blue) = 37+1+79=117 (15% of max value = 765). Red value is 37 (14.84% from 255 or 31.62% from 117); Green value is 1 (0.78% from 255 or 0.85% from 117); Blue value is 79 (31.25% from 255 or 67.52% from 117); Max value from RGB is 79 - color contains mainly: blue. Hex color #25014F is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #25014F is #DAFEB0. Grayscale: #141414. Windows color (decimal): -14352049 or 5177637. OLE color: 5177637.

HSL color Cylindrical-coordinate representation of color #25014F: hue angle of 267.69º degrees, saturation: 0.98, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #25014F is Cyan = 0.53, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB37179-
CMYK0.530.9900.69
HSL267.69º97.5%15.69%-
HSV(B)267.69º98.73%30.98%-
XYZ2.190.987.47-
YUV20.66160.93139.66-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 31.62%
GREEN value IS 1 (0.78% from 255) = 0.85%
BLUE value IS 79 (31.25% from 255) = 67.52%
R=31.62%
G=0.85%
B=67.52%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.99
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal371790.530.9900.69267.6997.515.69
Hex2514F356304510c6210
Octal45111765143010541414220
Binary10010111001111110101110001101000101100001100110001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #25014F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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