Html Css Color HEX #25024D Blackcurrant

📋 copy color: '#25024D'

red 37 ◦ green 2 ◦ blue 77

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

Shades of Blackcurrant #25024D

Tints of Blackcurrant #25024D

RGB

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

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

 BLUE value IS 77 (30.47% from 255) = 66.38%

R = 31.9%
G = 1.72%
B = 66.38%

CMYK

 C value IS 0.52

 M value IS 0.97

 Y value IS 0

 K value IS 0.70

RGB Variations

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

Color information

#25024D (or 0x25024D) is known color: Blackcurrant. HEX triplet: 25, 02 and 4D. RGB value is (37,2,77). Sum of RGB (Red+Green+Blue) = 37+2+77=116 (15% of max value = 765). Red value is 37 (14.84% from 255 or 31.90% from 116); Green value is 2 (1.17% from 255 or 1.72% from 116); Blue value is 77 (30.47% from 255 or 66.38% from 116); Max value from RGB is 77 - color contains mainly: blue. Hex color #25024D is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #25024D is #DAFDB2. Grayscale: #141414. Windows color (decimal): -14351795 or 5046821. OLE color: 5046821.

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

Color convert

RGB 37 2 77 -
CMYK 0.52 0.97 0 0.70
HSL 268º 0.95% 0.15% -
HSV(B) 268º 0.97% 0.3% -
XYZ 2.12 0.97 7.1 -
YUV 21.02 159.6 139.4 -
System Red Green Blue C M Y K H S L
Decimal 37 2 77 0.52 0.97 0 0.70 268 0.95 0.15
Hex 25 2 4D 34 61 0 46 10C 5F F
Octal 45 2 115 64 141 0 106 414 137 17
Binary 100101 10 1001101 110100 1100001 0 1000110 100001100 1011111 1111

Color Harmonies of #25024D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #25024D

Black with #25024D

Text Example


Text Example

White with #25024D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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