Html Css Color HEX #25094A Blackcurrant

📋 copy color: '#25094A'

red 37 ◦ green 9 ◦ blue 74

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

Shades of Blackcurrant #25094A

Tints of Blackcurrant #25094A

RGB

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

 GREEN value IS 9 (3.91% from 255) = 7.5%

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

R = 30.83%
G = 7.5%
B = 61.67%

CMYK

 C value IS 0.50

 M value IS 0.88

 Y value IS 0

 K value IS 0.71

RGB Variations

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

Color information

#25094A (or 0x25094A) is known color: Blackcurrant. HEX triplet: 25, 09 and 4A. RGB value is (37,9,74). Sum of RGB (Red+Green+Blue) = 37+9+74=120 (15% of max value = 765). Red value is 37 (14.84% from 255 or 30.83% from 120); Green value is 9 (3.91% from 255 or 7.5% from 120); Blue value is 74 (29.30% from 255 or 61.67% from 120); Max value from RGB is 74 - color contains mainly: blue. Hex color #25094A is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #25094A is #DAF6B5. Grayscale: #181818. Windows color (decimal): -14350006 or 4852005. OLE color: 4852005.

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

Color convert

RGB 37 9 74 -
CMYK 0.50 0.88 0 0.71
HSL 265.85º 0.78% 0.16% -
HSV(B) 265.85º 0.88% 0.29% -
XYZ 2.1 1.08 6.58 -
YUV 24.78 155.78 136.71 -
System Red Green Blue C M Y K H S L
Decimal 37 9 74 0.50 0.88 0 0.71 265.85 0.78 0.16
Hex 25 9 4A 32 58 0 47 10A 4E 10
Octal 45 11 112 62 130 0 107 412 116 20
Binary 100101 1001 1001010 110010 1011000 0 1000111 100001010 1001110 10000

Color Harmonies of #25094A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #25094A

Black with #25094A

Text Example


Text Example

White with #25094A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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