Html Css Color HEX #25044D Blackcurrant

📋 copy color: '#25044D'

red 37 ◦ green 4 ◦ blue 77

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

Shades of Blackcurrant #25044D

Tints of Blackcurrant #25044D

RGB

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

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

 BLUE value IS 77 (30.47% from 255) = 65.25%

R = 31.36%
G = 3.39%
B = 65.25%

CMYK

 C value IS 0.52

 M value IS 0.95

 Y value IS 0

 K value IS 0.70

RGB Variations

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

Color information

#25044D (or 0x25044D) is known color: Blackcurrant. HEX triplet: 25, 04 and 4D. RGB value is (37,4,77). Sum of RGB (Red+Green+Blue) = 37+4+77=118 (15% of max value = 765). Red value is 37 (14.84% from 255 or 31.36% from 118); Green value is 4 (1.95% from 255 or 3.39% from 118); Blue value is 77 (30.47% from 255 or 65.25% from 118); Max value from RGB is 77 - color contains mainly: blue. Hex color #25044D is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #25044D is #DAFBB2. Grayscale: #151515. Windows color (decimal): -14351283 or 5047333. OLE color: 5047333.

HSL color Cylindrical-coordinate representation of color #25044D: hue angle of 267.12º degrees, saturation: 0.9, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #25044D is Cyan = 0.52, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.70.

Color convert

RGB 37 4 77 -
CMYK 0.52 0.95 0 0.70
HSL 267.12º 0.9% 0.16% -
HSV(B) 267.12º 0.95% 0.3% -
XYZ 2.15 1.02 7.1 -
YUV 22.19 158.93 138.56 -
System Red Green Blue C M Y K H S L
Decimal 37 4 77 0.52 0.95 0 0.70 267.12 0.9 0.16
Hex 25 4 4D 34 5F 0 46 10B 5A 10
Octal 45 4 115 64 137 0 106 413 132 20
Binary 100101 100 1001101 110100 1011111 0 1000110 100001011 1011010 10000

Color Harmonies of #25044D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #25044D

Black with #25044D

Text Example


Text Example

White with #25044D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #25044D; }

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

 H1.HeaderClassName
 {
   color: #25044D;
 }
 .AnyTagClassName
 {
   color: #25044D;
 }
</style>

background-color css

<style>
 a { background-color: #25044D; }

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

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

border-color css

<style>
 span { border-color: #25044D; }

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

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