Html Css Color HEX #25004D Blackcurrant

📋 copy color: '#25004D'

red 37 ◦ green 0 ◦ blue 77

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

Shades of Blackcurrant #25004D

Tints of Blackcurrant #25004D

RGB

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

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

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

R = 32.46%
G = 0%
B = 67.54%

CMYK

 C value IS 0.52

 M value IS 1

 Y value IS 0

 K value IS 0.70

RGB Variations

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

Color information

#25004D (or 0x25004D) is known color: Blackcurrant. HEX triplet: 25, 00 and 4D. RGB value is (37,0,77). Sum of RGB (Red+Green+Blue) = 37+0+77=114 (15% of max value = 765). Red value is 37 (14.84% from 255 or 32.46% from 114); Green value is 0 (0.39% from 255 or 0% from 114); Blue value is 77 (30.47% from 255 or 67.54% from 114); Max value from RGB is 77 - color contains mainly: blue. Hex color #25004D is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #25004D is #DAFFB2. Grayscale: #131313. Windows color (decimal): -14352307 or 5046309. OLE color: 5046309.

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

Color convert

RGB 37 0 77 -
CMYK 0.52 1 0 0.70
HSL 268.83º 1% 0.15% -
HSV(B) 268.83º 1% 0.3% -
XYZ 2.1 0.93 7.09 -
YUV 19.84 160.26 140.24 -
System Red Green Blue C M Y K H S L
Decimal 37 0 77 0.52 1 0 0.70 268.83 1 0.15
Hex 25 0 4D 34 64 0 46 10D 64 F
Octal 45 0 115 64 144 0 106 415 144 17
Binary 100101 0 1001101 110100 1100100 0 1000110 100001101 1100100 1111

Color Harmonies of #25004D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #25004D

Black with #25004D

Text Example


Text Example

White with #25004D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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