Html Css Color HEX #25064D Blackcurrant

📋 copy color: '#25064D'

red 37 ◦ green 6 ◦ blue 77

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

Shades of Blackcurrant #25064D

Tints of Blackcurrant #25064D

RGB

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

 GREEN value IS 6 (2.73% from 255) = 5%

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

R = 30.83%
G = 5%
B = 64.17%

CMYK

 C value IS 0.52

 M value IS 0.92

 Y value IS 0

 K value IS 0.70

RGB Variations

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

Color information

#25064D (or 0x25064D) is known color: Blackcurrant. HEX triplet: 25, 06 and 4D. RGB value is (37,6,77). Sum of RGB (Red+Green+Blue) = 37+6+77=120 (15% of max value = 765). Red value is 37 (14.84% from 255 or 30.83% from 120); Green value is 6 (2.73% from 255 or 5% from 120); Blue value is 77 (30.47% from 255 or 64.17% from 120); Max value from RGB is 77 - color contains mainly: blue. Hex color #25064D is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #25064D is #DAF9B2. Grayscale: #171717. Windows color (decimal): -14350771 or 5047845. OLE color: 5047845.

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

Color convert

RGB 37 6 77 -
CMYK 0.52 0.92 0 0.70
HSL 266.2º 0.86% 0.16% -
HSV(B) 266.2º 0.92% 0.3% -
XYZ 2.17 1.06 7.11 -
YUV 23.36 158.27 137.73 -
System Red Green Blue C M Y K H S L
Decimal 37 6 77 0.52 0.92 0 0.70 266.2 0.86 0.16
Hex 25 6 4D 34 5C 0 46 10A 56 10
Octal 45 6 115 64 134 0 106 412 126 20
Binary 100101 110 1001101 110100 1011100 0 1000110 100001010 1010110 10000

Color Harmonies of #25064D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #25064D

Black with #25064D

Text Example


Text Example

White with #25064D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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