Html Css Color HEX #25034F Blackcurrant

📋 copy color: '#25034F'

red 37 ◦ green 3 ◦ blue 79

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

Shades of Blackcurrant #25034F

Tints of Blackcurrant #25034F

RGB

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

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

 BLUE value IS 79 (31.25% from 255) = 66.39%

R = 31.09%
G = 2.52%
B = 66.39%

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

#25034F (or 0x25034F) is known color: Blackcurrant. HEX triplet: 25, 03 and 4F. RGB value is (37,3,79). Sum of RGB (Red+Green+Blue) = 37+3+79=119 (15% of max value = 765). Red value is 37 (14.84% from 255 or 31.09% from 119); Green value is 3 (1.56% from 255 or 2.52% from 119); Blue value is 79 (31.25% from 255 or 66.39% from 119); Max value from RGB is 79 - color contains mainly: blue. Hex color #25034F is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #25034F is #DAFCB0. Grayscale: #151515. Windows color (decimal): -14351537 or 5178149. OLE color: 5178149.

HSL color Cylindrical-coordinate representation of color #25034F: hue angle of 266.84º 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 #25034F is Cyan = 0.53, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB 37 3 79 -
CMYK 0.53 0.96 0 0.69
HSL 266.84º 0.93% 0.16% -
HSV(B) 266.84º 0.96% 0.31% -
XYZ 2.21 1.02 7.48 -
YUV 21.83 160.26 138.82 -
System Red Green Blue C M Y K H S L
Decimal 37 3 79 0.53 0.96 0 0.69 266.84 0.93 0.16
Hex 25 3 4F 35 60 0 45 10B 5D 10
Octal 45 3 117 65 140 0 105 413 135 20
Binary 100101 11 1001111 110101 1100000 0 1000101 100001011 1011101 10000

Color Harmonies of #25034F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #25034F

Black with #25034F

Text Example


Text Example

White with #25034F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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