Html Css Color HEX #25043A Blackcurrant

📋 copy color: '#25043A'

red 37 ◦ green 4 ◦ blue 58

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

Shades of Blackcurrant #25043A

Tints of Blackcurrant #25043A

RGB

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

 GREEN value IS 4 (1.95% from 255) = 4.04%

 BLUE value IS 58 (23.05% from 255) = 58.59%

R = 37.37%
G = 4.04%
B = 58.59%

CMYK

 C value IS 0.36

 M value IS 0.93

 Y value IS 0

 K value IS 0.77

RGB Variations

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

Color information

#25043A (or 0x25043A) is known color: Blackcurrant. HEX triplet: 25, 04 and 3A. RGB value is (37,4,58). Sum of RGB (Red+Green+Blue) = 37+4+58=99 (13% of max value = 765). Red value is 37 (14.84% from 255 or 37.37% from 99); Green value is 4 (1.95% from 255 or 4.04% from 99); Blue value is 58 (23.05% from 255 or 58.59% from 99); Max value from RGB is 58 - color contains mainly: blue. Hex color #25043A is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #25043A is #DAFBC5. Grayscale: #131313. Windows color (decimal): -14351302 or 3802149. OLE color: 3802149.

HSL color Cylindrical-coordinate representation of color #25043A: hue angle of 276.67º degrees, saturation: 0.87, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #25043A is Cyan = 0.36, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.77.

Color convert

RGB 37 4 58 -
CMYK 0.36 0.93 0 0.77
HSL 276.67º 0.87% 0.12% -
HSV(B) 276.67º 0.93% 0.23% -
XYZ 1.57 0.79 4.07 -
YUV 20.02 149.43 140.11 -
System Red Green Blue C M Y K H S L
Decimal 37 4 58 0.36 0.93 0 0.77 276.67 0.87 0.12
Hex 25 4 3A 24 5D 0 4D 115 57 C
Octal 45 4 72 44 135 0 115 425 127 14
Binary 100101 100 111010 100100 1011101 0 1001101 100010101 1010111 1100

Color Harmonies of #25043A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #25043A

Black with #25043A

Text Example


Text Example

White with #25043A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(37,4,58); }

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

background-color css

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

 a { background-color: rgb(37,4,58); }

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

border-color css

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

 span { border-color: rgb(37,4,58); }

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