Html Css Color HEX #25004E Blackcurrant

📋 copy color: '#25004E'

red 37 ◦ green 0 ◦ blue 78

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

Shades of Blackcurrant #25004E

Tints of Blackcurrant #25004E

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 32.17%
G = 0%
B = 67.83%

CMYK

 C value IS 0.53

 M value IS 1

 Y value IS 0

 K value IS 0.69

RGB Variations

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

Color information

#25004E (or 0x25004E) is known color: Blackcurrant. HEX triplet: 25, 00 and 4E. RGB value is (37,0,78). Sum of RGB (Red+Green+Blue) = 37+0+78=115 (15% of max value = 765). Red value is 37 (14.84% from 255 or 32.17% from 115); Green value is 0 (0.39% from 255 or 0% from 115); Blue value is 78 (30.86% from 255 or 67.83% from 115); Max value from RGB is 78 - color contains mainly: blue. Hex color #25004E is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #25004E is #DAFFB1. Grayscale: #131313. Windows color (decimal): -14352306 or 5111845. OLE color: 5111845.

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

Color convert

RGB 37 0 78 -
CMYK 0.53 1 0 0.69
HSL 268.46º 1% 0.15% -
HSV(B) 268.46º 1% 0.31% -
XYZ 2.14 0.94 7.28 -
YUV 19.96 160.76 140.16 -
System Red Green Blue C M Y K H S L
Decimal 37 0 78 0.53 1 0 0.69 268.46 1 0.15
Hex 25 0 4E 35 64 0 45 10C 64 F
Octal 45 0 116 65 144 0 105 414 144 17
Binary 100101 0 1001110 110101 1100100 0 1000101 100001100 1100100 1111

Color Harmonies of #25004E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #25004E

Black with #25004E

Text Example


Text Example

White with #25004E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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