#25014A

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

Shades of Blackcurrant #25014A

Tints of Blackcurrant #25014A

Color information

#25014A (or 0x25014A) is unknown color: approx Blackcurrant. HEX triplet: 25, 01 and 4A. RGB value is (37,1,74). Sum of RGB (Red+Green+Blue) = 37+1+74=112 (14% of max value = 765). Red value is 37 (14.84% from 255 or 33.04% from 112); Green value is 1 (0.78% from 255 or 0.89% from 112); Blue value is 74 (29.30% from 255 or 66.07% from 112); Max value from RGB is 74 - color contains mainly: blue. Hex color #25014A is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #25014A is #DAFEB5. Grayscale: #131313. Windows color (decimal): -14352054 or 4849957. OLE color: 4849957.

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

Color convert

RGB37174-
CMYK0.500.9900.71
HSL269.59º97.33%14.71%-
HSV(B)269.59º98.65%29.02%-
XYZ2.010.916.55-
YUV20.09158.43140.06-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 33.04%
GREEN value IS 1 (0.78% from 255) = 0.89%
BLUE value IS 74 (29.30% from 255) = 66.07%
R=33.04%
G=0.89%
B=66.07%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.99
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal371740.500.9900.71269.5997.3314.71
Hex2514A326304710e61f
Octal45111262143010741614117
Binary1001011100101011001011000110100011110000111011000011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #25014A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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