Html Css Color HEX #25064B Blackcurrant

📋 copy color: '#25064B'

red 37 ◦ green 6 ◦ blue 75

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

Shades of Blackcurrant #25064B

Tints of Blackcurrant #25064B

RGB

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

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

 BLUE value IS 75 (29.69% from 255) = 63.56%

R = 31.36%
G = 5.08%
B = 63.56%

CMYK

 C value IS 0.51

 M value IS 0.92

 Y value IS 0

 K value IS 0.71

RGB Variations

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

Color information

#25064B (or 0x25064B) is known color: Blackcurrant. HEX triplet: 25, 06 and 4B. RGB value is (37,6,75). Sum of RGB (Red+Green+Blue) = 37+6+75=118 (15% of max value = 765). Red value is 37 (14.84% from 255 or 31.36% from 118); Green value is 6 (2.73% from 255 or 5.08% from 118); Blue value is 75 (29.69% from 255 or 63.56% from 118); Max value from RGB is 75 - color contains mainly: blue. Hex color #25064B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #25064B is #DAF9B4. Grayscale: #161616. Windows color (decimal): -14350773 or 4916773. OLE color: 4916773.

HSL color Cylindrical-coordinate representation of color #25064B: hue angle of 266.96º degrees, saturation: 0.85, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #25064B is Cyan = 0.51, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB 37 6 75 -
CMYK 0.51 0.92 0 0.71
HSL 266.96º 0.85% 0.16% -
HSV(B) 266.96º 0.92% 0.29% -
XYZ 2.1 1.03 6.75 -
YUV 23.14 157.27 137.89 -
System Red Green Blue C M Y K H S L
Decimal 37 6 75 0.51 0.92 0 0.71 266.96 0.85 0.16
Hex 25 6 4B 33 5C 0 47 10B 55 10
Octal 45 6 113 63 134 0 107 413 125 20
Binary 100101 110 1001011 110011 1011100 0 1000111 100001011 1010101 10000

Color Harmonies of #25064B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #25064B

Black with #25064B

Text Example


Text Example

White with #25064B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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