Html Css Color HEX #25024A Blackcurrant

📋 copy color: '#25024A'

red 37 ◦ green 2 ◦ blue 74

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

Shades of Blackcurrant #25024A

Tints of Blackcurrant #25024A

RGB

 RED value IS 37 (14.84% from 255) = 32.74%

 GREEN value IS 2 (1.17% from 255) = 1.77%

 BLUE value IS 74 (29.3% from 255) = 65.49%

R = 32.74%
G = 1.77%
B = 65.49%

CMYK

 C value IS 0.50

 M value IS 0.97

 Y value IS 0

 K value IS 0.71

RGB Variations

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

Color information

#25024A (or 0x25024A) is known color: Blackcurrant. HEX triplet: 25, 02 and 4A. RGB value is (37,2,74). Sum of RGB (Red+Green+Blue) = 37+2+74=113 (14% of max value = 765). Red value is 37 (14.84% from 255 or 32.74% from 113); Green value is 2 (1.17% from 255 or 1.77% from 113); Blue value is 74 (29.30% from 255 or 65.49% from 113); Max value from RGB is 74 - color contains mainly: blue. Hex color #25024A is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #25024A is #DAFDB5. Grayscale: #141414. Windows color (decimal): -14351798 or 4850213. OLE color: 4850213.

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

Color convert

RGB 37 2 74 -
CMYK 0.50 0.97 0 0.71
HSL 269.17º 0.95% 0.15% -
HSV(B) 269.17º 0.97% 0.29% -
XYZ 2.02 0.93 6.55 -
YUV 20.67 158.1 139.65 -
System Red Green Blue C M Y K H S L
Decimal 37 2 74 0.50 0.97 0 0.71 269.17 0.95 0.15
Hex 25 2 4A 32 61 0 47 10D 5F F
Octal 45 2 112 62 141 0 107 415 137 17
Binary 100101 10 1001010 110010 1100001 0 1000111 100001101 1011111 1111

Color Harmonies of #25024A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #25024A

Black with #25024A

Text Example


Text Example

White with #25024A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #25024A;
 }
 .AnyTagClassName
 {
   color: #25024A;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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