Html Css Color HEX #25004A Blackcurrant

📋 copy color: '#25004A'

red 37 ◦ green 0 ◦ blue 74

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

Shades of Blackcurrant #25004A

Tints of Blackcurrant #25004A

RGB

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

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

 BLUE value IS 74 (29.3% from 255) = 66.67%

R = 33.33%
G = 0%
B = 66.67%

CMYK

 C value IS 0.50

 M value IS 1

 Y value IS 0

 K value IS 0.71

RGB Variations

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

Color information

#25004A (or 0x25004A) is known color: Blackcurrant. HEX triplet: 25, 00 and 4A. RGB value is (37,0,74). Sum of RGB (Red+Green+Blue) = 37+0+74=111 (14% of max value = 765). Red value is 37 (14.84% from 255 or 33.33% from 111); Green value is 0 (0.39% from 255 or 0% from 111); Blue value is 74 (29.30% from 255 or 66.67% from 111); Max value from RGB is 74 - color contains mainly: blue. Hex color #25004A is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #25004A is #DAFFB5. Grayscale: #131313. Windows color (decimal): -14352310 or 4849701. OLE color: 4849701.

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

Color convert

RGB 37 0 74 -
CMYK 0.50 1 0 0.71
HSL 270º 1% 0.15% -
HSV(B) 270º 1% 0.29% -
XYZ 2 0.89 6.54 -
YUV 19.5 158.76 140.48 -
System Red Green Blue C M Y K H S L
Decimal 37 0 74 0.50 1 0 0.71 270 1 0.15
Hex 25 0 4A 32 64 0 47 10E 64 F
Octal 45 0 112 62 144 0 107 416 144 17
Binary 100101 0 1001010 110010 1100100 0 1000111 100001110 1100100 1111

Color Harmonies of #25004A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #25004A

Black with #25004A

Text Example


Text Example

White with #25004A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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