Html Css Color HEX #25014C Blackcurrant

📋 copy color: '#25014C'

red 37 ◦ green 1 ◦ blue 76

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

Shades of Blackcurrant #25014C

Tints of Blackcurrant #25014C

RGB

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

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

 BLUE value IS 76 (30.08% from 255) = 66.67%

R = 32.46%
G = 0.88%
B = 66.67%

CMYK

 C value IS 0.51

 M value IS 0.99

 Y value IS 0

 K value IS 0.70

RGB Variations

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

Color information

#25014C (or 0x25014C) is known color: Blackcurrant. HEX triplet: 25, 01 and 4C. RGB value is (37,1,76). Sum of RGB (Red+Green+Blue) = 37+1+76=114 (15% of max value = 765). Red value is 37 (14.84% from 255 or 32.46% from 114); Green value is 1 (0.78% from 255 or 0.88% from 114); Blue value is 76 (30.08% from 255 or 66.67% from 114); Max value from RGB is 76 - color contains mainly: blue. Hex color #25014C is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #25014C is #DAFEB3. Grayscale: #141414. Windows color (decimal): -14352052 or 4981029. OLE color: 4981029.

HSL color Cylindrical-coordinate representation of color #25014C: hue angle of 268.8º 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 #25014C is Cyan = 0.51, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.70.

Color convert

RGB 37 1 76 -
CMYK 0.51 0.99 0 0.70
HSL 268.8º 0.97% 0.15% -
HSV(B) 268.8º 0.99% 0.3% -
XYZ 2.08 0.94 6.91 -
YUV 20.31 159.43 139.9 -
System Red Green Blue C M Y K H S L
Decimal 37 1 76 0.51 0.99 0 0.70 268.8 0.97 0.15
Hex 25 1 4C 33 63 0 46 10D 61 F
Octal 45 1 114 63 143 0 106 415 141 17
Binary 100101 1 1001100 110011 1100011 0 1000110 100001101 1100001 1111

Color Harmonies of #25014C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #25014C

Black with #25014C

Text Example


Text Example

White with #25014C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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