Html Css Color HEX #25044C Blackcurrant

📋 copy color: '#25044C'

red 37 ◦ green 4 ◦ blue 76

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

Shades of Blackcurrant #25044C

Tints of Blackcurrant #25044C

RGB

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

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

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

R = 31.62%
G = 3.42%
B = 64.96%

CMYK

 C value IS 0.51

 M value IS 0.95

 Y value IS 0

 K value IS 0.70

RGB Variations

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

Color information

#25044C (or 0x25044C) is known color: Blackcurrant. HEX triplet: 25, 04 and 4C. RGB value is (37,4,76). Sum of RGB (Red+Green+Blue) = 37+4+76=117 (15% of max value = 765). Red value is 37 (14.84% from 255 or 31.62% from 117); Green value is 4 (1.95% from 255 or 3.42% from 117); Blue value is 76 (30.08% from 255 or 64.96% from 117); Max value from RGB is 76 - color contains mainly: blue. Hex color #25044C is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #25044C is #DAFBB3. Grayscale: #151515. Windows color (decimal): -14351284 or 4981797. OLE color: 4981797.

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

Color convert

RGB 37 4 76 -
CMYK 0.51 0.95 0 0.70
HSL 267.5º 0.9% 0.16% -
HSV(B) 267.5º 0.95% 0.3% -
XYZ 2.11 1 6.92 -
YUV 22.08 158.43 138.65 -
System Red Green Blue C M Y K H S L
Decimal 37 4 76 0.51 0.95 0 0.70 267.5 0.9 0.16
Hex 25 4 4C 33 5F 0 46 10C 5A 10
Octal 45 4 114 63 137 0 106 414 132 20
Binary 100101 100 1001100 110011 1011111 0 1000110 100001100 1011010 10000

Color Harmonies of #25044C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #25044C

Black with #25044C

Text Example


Text Example

White with #25044C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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