Html Css Color HEX #25024E Blackcurrant

📋 copy color: '#25024E'

red 37 ◦ green 2 ◦ blue 78

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

Shades of Blackcurrant #25024E

Tints of Blackcurrant #25024E

RGB

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

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

 BLUE value IS 78 (30.86% from 255) = 66.67%

R = 31.62%
G = 1.71%
B = 66.67%

CMYK

 C value IS 0.53

 M value IS 0.97

 Y value IS 0

 K value IS 0.69

RGB Variations

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

Color information

#25024E (or 0x25024E) is known color: Blackcurrant. HEX triplet: 25, 02 and 4E. RGB value is (37,2,78). Sum of RGB (Red+Green+Blue) = 37+2+78=117 (15% of max value = 765). Red value is 37 (14.84% from 255 or 31.62% from 117); Green value is 2 (1.17% from 255 or 1.71% from 117); Blue value is 78 (30.86% from 255 or 66.67% from 117); Max value from RGB is 78 - color contains mainly: blue. Hex color #25024E is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #25024E is #DAFDB1. Grayscale: #141414. Windows color (decimal): -14351794 or 5112357. OLE color: 5112357.

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

Color convert

RGB 37 2 78 -
CMYK 0.53 0.97 0 0.69
HSL 267.63º 0.95% 0.16% -
HSV(B) 267.63º 0.97% 0.31% -
XYZ 2.16 0.99 7.28 -
YUV 21.13 160.1 139.32 -
System Red Green Blue C M Y K H S L
Decimal 37 2 78 0.53 0.97 0 0.69 267.63 0.95 0.16
Hex 25 2 4E 35 61 0 45 10C 5F 10
Octal 45 2 116 65 141 0 105 414 137 20
Binary 100101 10 1001110 110101 1100001 0 1000101 100001100 1011111 10000

Color Harmonies of #25024E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #25024E

Black with #25024E

Text Example


Text Example

White with #25024E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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