Html Css Color HEX #25014A Blackcurrant

📋 copy color: '#25014A'

red 37 ◦ green 1 ◦ blue 74

#25014A
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Blackcurrant #25014A

Tints of Blackcurrant #25014A

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.3% from 255) = 66.07%

R = 33.04%
G = 0.89%
B = 66.07%

CMYK

 C value IS 0.50

 M value IS 0.99

 Y value IS 0

 K value IS 0.71

RGB Variations

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

Color information

#25014A (or 0x25014A) is known color: 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

RGB 37 1 74 -
CMYK 0.50 0.99 0 0.71
HSL 269.59º 0.97% 0.15% -
HSV(B) 269.59º 0.99% 0.29% -
XYZ 2.01 0.91 6.55 -
YUV 20.09 158.43 140.06 -
System Red Green Blue C M Y K H S L
Decimal 37 1 74 0.50 0.99 0 0.71 269.59 0.97 0.15
Hex 25 1 4A 32 63 0 47 10E 61 F
Octal 45 1 112 62 143 0 107 416 141 17
Binary 100101 1 1001010 110010 1100011 0 1000111 100001110 1100001 1111

Color Harmonies of #25014A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #25014A

Black with #25014A

Text Example


Text Example

White with #25014A

Text Example


Text Example

HTML Codes & Css Web 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>