Html Css Color HEX #41024D Blackcurrant

📋 copy color: '#41024D'

red 65 ◦ green 2 ◦ blue 77

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

Shades of Blackcurrant #41024D

Tints of Blackcurrant #41024D

RGB

 RED value IS 65 (25.78% from 255) = 45.14%

 GREEN value IS 2 (1.17% from 255) = 1.39%

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

R = 45.14%
G = 1.39%
B = 53.47%

CMYK

 C value IS 0.16

 M value IS 0.97

 Y value IS 0

 K value IS 0.70

RGB Variations

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

Color information

#41024D (or 0x41024D) is known color: Blackcurrant. HEX triplet: 41, 02 and 4D. RGB value is (65,2,77). Sum of RGB (Red+Green+Blue) = 65+2+77=144 (19% of max value = 765). Red value is 65 (25.78% from 255 or 45.14% from 144); Green value is 2 (1.17% from 255 or 1.39% from 144); Blue value is 77 (30.47% from 255 or 53.47% from 144); Max value from RGB is 77 - color contains mainly: blue. Hex color #41024D is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #41024D is #BEFDB2. Grayscale: #1D1D1D. Windows color (decimal): -12516787 or 5046849. OLE color: 5046849.

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

Color convert

RGB 65 2 77 -
CMYK 0.16 0.97 0 0.70
HSL 290.4º 0.95% 0.15% -
HSV(B) 290.4º 0.97% 0.3% -
XYZ 3.54 1.7 7.16 -
YUV 29.39 154.87 153.4 -
System Red Green Blue C M Y K H S L
Decimal 65 2 77 0.16 0.97 0 0.70 290.4 0.95 0.15
Hex 41 2 4D 10 61 0 46 122 5F F
Octal 101 2 115 20 141 0 106 442 137 17
Binary 1000001 10 1001101 10000 1100001 0 1000110 100100010 1011111 1111

Color Harmonies of #41024D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #41024D

Black with #41024D

Text Example


Text Example

White with #41024D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(65,2,77); }

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

background-color css

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

 a { background-color: rgb(65,2,77); }

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

border-color css

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

 span { border-color: rgb(65,2,77); }

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