Html Css Color HEX #25014D Blackcurrant

📋 copy color: '#25014D'

red 37 ◦ green 1 ◦ blue 77

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

Shades of Blackcurrant #25014D

Tints of Blackcurrant #25014D

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.87%

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

R = 32.17%
G = 0.87%
B = 66.96%

CMYK

 C value IS 0.52

 M value IS 0.99

 Y value IS 0

 K value IS 0.70

RGB Variations

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

Color information

#25014D (or 0x25014D) is known color: Blackcurrant. HEX triplet: 25, 01 and 4D. RGB value is (37,1,77). Sum of RGB (Red+Green+Blue) = 37+1+77=115 (15% of max value = 765). Red value is 37 (14.84% from 255 or 32.17% from 115); Green value is 1 (0.78% from 255 or 0.87% from 115); Blue value is 77 (30.47% from 255 or 66.96% from 115); Max value from RGB is 77 - color contains mainly: blue. Hex color #25014D is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #25014D is #DAFEB2. Grayscale: #141414. Windows color (decimal): -14352051 or 5046565. OLE color: 5046565.

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

Color convert

RGB 37 1 77 -
CMYK 0.52 0.99 0 0.70
HSL 268.42º 0.97% 0.15% -
HSV(B) 268.42º 0.99% 0.3% -
XYZ 2.11 0.95 7.09 -
YUV 20.43 159.93 139.82 -
System Red Green Blue C M Y K H S L
Decimal 37 1 77 0.52 0.99 0 0.70 268.42 0.97 0.15
Hex 25 1 4D 34 63 0 46 10C 61 F
Octal 45 1 115 64 143 0 106 414 141 17
Binary 100101 1 1001101 110100 1100011 0 1000110 100001100 1100001 1111

Color Harmonies of #25014D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #25014D

Black with #25014D

Text Example


Text Example

White with #25014D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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