Html Css Color HEX #25043F Blackcurrant

📋 copy color: '#25043F'

red 37 ◦ green 4 ◦ blue 63

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

Shades of Blackcurrant #25043F

Tints of Blackcurrant #25043F

RGB

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

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

 BLUE value IS 63 (25% from 255) = 60.58%

R = 35.58%
G = 3.85%
B = 60.58%

CMYK

 C value IS 0.41

 M value IS 0.94

 Y value IS 0

 K value IS 0.75

RGB Variations

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

Color information

#25043F (or 0x25043F) is known color: Blackcurrant. HEX triplet: 25, 04 and 3F. RGB value is (37,4,63). Sum of RGB (Red+Green+Blue) = 37+4+63=104 (13% of max value = 765). Red value is 37 (14.84% from 255 or 35.58% from 104); Green value is 4 (1.95% from 255 or 3.85% from 104); Blue value is 63 (25% from 255 or 60.58% from 104); Max value from RGB is 63 - color contains mainly: blue. Hex color #25043F is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #25043F is #DAFBC0. Grayscale: #141414. Windows color (decimal): -14351297 or 4129829. OLE color: 4129829.

HSL color Cylindrical-coordinate representation of color #25043F: hue angle of 273.56º degrees, saturation: 0.88, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #25043F is Cyan = 0.41, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.75.

Color convert

RGB 37 4 63 -
CMYK 0.41 0.94 0 0.75
HSL 273.56º 0.88% 0.13% -
HSV(B) 273.56º 0.94% 0.25% -
XYZ 1.7 0.84 4.77 -
YUV 20.59 151.93 139.7 -
System Red Green Blue C M Y K H S L
Decimal 37 4 63 0.41 0.94 0 0.75 273.56 0.88 0.13
Hex 25 4 3F 29 5E 0 4B 112 58 D
Octal 45 4 77 51 136 0 113 422 130 15
Binary 100101 100 111111 101001 1011110 0 1001011 100010010 1011000 1101

Color Harmonies of #25043F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #25043F

Black with #25043F

Text Example


Text Example

White with #25043F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #25043F; }

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

 H1.HeaderClassName
 {
   color: #25043F;
 }
 .AnyTagClassName
 {
   color: #25043F;
 }
</style>

background-color css

<style>
 a { background-color: #25043F; }

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

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

border-color css

<style>
 span { border-color: #25043F; }

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

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