Html Css Color HEX #25034A Blackcurrant

📋 copy color: '#25034A'

red 37 ◦ green 3 ◦ blue 74

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

Shades of Blackcurrant #25034A

Tints of Blackcurrant #25034A

RGB

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

 GREEN value IS 3 (1.56% from 255) = 2.63%

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

R = 32.46%
G = 2.63%
B = 64.91%

CMYK

 C value IS 0.50

 M value IS 0.96

 Y value IS 0

 K value IS 0.71

RGB Variations

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

Color information

#25034A (or 0x25034A) is known color: Blackcurrant. HEX triplet: 25, 03 and 4A. RGB value is (37,3,74). Sum of RGB (Red+Green+Blue) = 37+3+74=114 (15% of max value = 765). Red value is 37 (14.84% from 255 or 32.46% from 114); Green value is 3 (1.56% from 255 or 2.63% from 114); Blue value is 74 (29.30% from 255 or 64.91% from 114); Max value from RGB is 74 - color contains mainly: blue. Hex color #25034A is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #25034A is #DAFCB5. Grayscale: #151515. Windows color (decimal): -14351542 or 4850469. OLE color: 4850469.

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

Color convert

RGB 37 3 74 -
CMYK 0.50 0.96 0 0.71
HSL 268.73º 0.92% 0.15% -
HSV(B) 268.73º 0.96% 0.29% -
XYZ 2.03 0.95 6.56 -
YUV 21.26 157.76 139.23 -
System Red Green Blue C M Y K H S L
Decimal 37 3 74 0.50 0.96 0 0.71 268.73 0.92 0.15
Hex 25 3 4A 32 60 0 47 10D 5C F
Octal 45 3 112 62 140 0 107 415 134 17
Binary 100101 11 1001010 110010 1100000 0 1000111 100001101 1011100 1111

Color Harmonies of #25034A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #25034A

Black with #25034A

Text Example


Text Example

White with #25034A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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