Html Css Color HEX #25004C Blackcurrant

📋 copy color: '#25004C'

red 37 ◦ green 0 ◦ blue 76

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

Shades of Blackcurrant #25004C

Tints of Blackcurrant #25004C

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 32.74%
G = 0%
B = 67.26%

CMYK

 C value IS 0.51

 M value IS 1

 Y value IS 0

 K value IS 0.70

RGB Variations

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

Color information

#25004C (or 0x25004C) is known color: Blackcurrant. HEX triplet: 25, 00 and 4C. RGB value is (37,0,76). Sum of RGB (Red+Green+Blue) = 37+0+76=113 (14% of max value = 765). Red value is 37 (14.84% from 255 or 32.74% from 113); Green value is 0 (0.39% from 255 or 0% from 113); Blue value is 76 (30.08% from 255 or 67.26% from 113); Max value from RGB is 76 - color contains mainly: blue. Hex color #25004C is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #25004C is #DAFFB3. Grayscale: #131313. Windows color (decimal): -14352308 or 4980773. OLE color: 4980773.

HSL color Cylindrical-coordinate representation of color #25004C: hue angle of 269.21º degrees, saturation: 1, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 1%. Process color model (Four color, CMYK) of #25004C is Cyan = 0.51, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.70.

Color convert

RGB 37 0 76 -
CMYK 0.51 1 0 0.70
HSL 269.21º 1% 0.15% -
HSV(B) 269.21º 1% 0.3% -
XYZ 2.07 0.92 6.91 -
YUV 19.73 159.76 140.32 -
System Red Green Blue C M Y K H S L
Decimal 37 0 76 0.51 1 0 0.70 269.21 1 0.15
Hex 25 0 4C 33 64 0 46 10D 64 F
Octal 45 0 114 63 144 0 106 415 144 17
Binary 100101 0 1001100 110011 1100100 0 1000110 100001101 1100100 1111

Color Harmonies of #25004C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #25004C

Black with #25004C

Text Example


Text Example

White with #25004C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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