Html Css Color HEX #25054E Blackcurrant

📋 copy color: '#25054E'

red 37 ◦ green 5 ◦ blue 78

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

Shades of Blackcurrant #25054E

Tints of Blackcurrant #25054E

RGB

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

 GREEN value IS 5 (2.34% from 255) = 4.17%

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

R = 30.83%
G = 4.17%
B = 65%

CMYK

 C value IS 0.53

 M value IS 0.94

 Y value IS 0

 K value IS 0.69

RGB Variations

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

Color information

#25054E (or 0x25054E) is known color: Blackcurrant. HEX triplet: 25, 05 and 4E. RGB value is (37,5,78). Sum of RGB (Red+Green+Blue) = 37+5+78=120 (15% of max value = 765). Red value is 37 (14.84% from 255 or 30.83% from 120); Green value is 5 (2.34% from 255 or 4.17% from 120); Blue value is 78 (30.86% from 255 or 65% from 120); Max value from RGB is 78 - color contains mainly: blue. Hex color #25054E is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #25054E is #DAFAB1. Grayscale: #161616. Windows color (decimal): -14351026 or 5113125. OLE color: 5113125.

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

Color convert

RGB 37 5 78 -
CMYK 0.53 0.94 0 0.69
HSL 266.3º 0.88% 0.16% -
HSV(B) 266.3º 0.94% 0.31% -
XYZ 2.19 1.05 7.3 -
YUV 22.89 159.1 138.06 -
System Red Green Blue C M Y K H S L
Decimal 37 5 78 0.53 0.94 0 0.69 266.3 0.88 0.16
Hex 25 5 4E 35 5E 0 45 10A 58 10
Octal 45 5 116 65 136 0 105 412 130 20
Binary 100101 101 1001110 110101 1011110 0 1000101 100001010 1011000 10000

Color Harmonies of #25054E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #25054E

Black with #25054E

Text Example


Text Example

White with #25054E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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