Html Css Color HEX #25034E Blackcurrant

📋 copy color: '#25034E'

red 37 ◦ green 3 ◦ blue 78

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

Shades of Blackcurrant #25034E

Tints of Blackcurrant #25034E

RGB

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

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

 BLUE value IS 78 (30.86% from 255) = 66.1%

R = 31.36%
G = 2.54%
B = 66.1%

CMYK

 C value IS 0.53

 M value IS 0.96

 Y value IS 0

 K value IS 0.69

RGB Variations

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

Color information

#25034E (or 0x25034E) is known color: Blackcurrant. HEX triplet: 25, 03 and 4E. RGB value is (37,3,78). Sum of RGB (Red+Green+Blue) = 37+3+78=118 (15% of max value = 765). Red value is 37 (14.84% from 255 or 31.36% from 118); Green value is 3 (1.56% from 255 or 2.54% from 118); Blue value is 78 (30.86% from 255 or 66.10% from 118); Max value from RGB is 78 - color contains mainly: blue. Hex color #25034E is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #25034E is #DAFCB1. Grayscale: #151515. Windows color (decimal): -14351538 or 5112613. OLE color: 5112613.

HSL color Cylindrical-coordinate representation of color #25034E: hue angle of 267.2º degrees, saturation: 0.93, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #25034E is Cyan = 0.53, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB 37 3 78 -
CMYK 0.53 0.96 0 0.69
HSL 267.2º 0.93% 0.16% -
HSV(B) 267.2º 0.96% 0.31% -
XYZ 2.17 1.01 7.29 -
YUV 21.72 159.76 138.9 -
System Red Green Blue C M Y K H S L
Decimal 37 3 78 0.53 0.96 0 0.69 267.2 0.93 0.16
Hex 25 3 4E 35 60 0 45 10B 5D 10
Octal 45 3 116 65 140 0 105 413 135 20
Binary 100101 11 1001110 110101 1100000 0 1000101 100001011 1011101 10000

Color Harmonies of #25034E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #25034E

Black with #25034E

Text Example


Text Example

White with #25034E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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