Html Css Color HEX #41034D Blackcurrant

📋 copy color: '#41034D'

red 65 ◦ green 3 ◦ blue 77

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

Shades of Blackcurrant #41034D

Tints of Blackcurrant #41034D

RGB

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

 GREEN value IS 3 (1.56% from 255) = 2.07%

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

R = 44.83%
G = 2.07%
B = 53.1%

CMYK

 C value IS 0.16

 M value IS 0.96

 Y value IS 0

 K value IS 0.70

RGB Variations

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

Color information

#41034D (or 0x41034D) is known color: Blackcurrant. HEX triplet: 41, 03 and 4D. RGB value is (65,3,77). Sum of RGB (Red+Green+Blue) = 65+3+77=145 (19% of max value = 765). Red value is 65 (25.78% from 255 or 44.83% from 145); Green value is 3 (1.56% from 255 or 2.07% from 145); Blue value is 77 (30.47% from 255 or 53.10% from 145); Max value from RGB is 77 - color contains mainly: blue. Hex color #41034D is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #41034D is #BEFCB2. Grayscale: #1D1D1D. Windows color (decimal): -12516531 or 5047105. OLE color: 5047105.

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

Color convert

RGB 65 3 77 -
CMYK 0.16 0.96 0 0.70
HSL 290.27º 0.93% 0.16% -
HSV(B) 290.27º 0.96% 0.3% -
XYZ 3.55 1.72 7.17 -
YUV 29.97 154.54 152.98 -
System Red Green Blue C M Y K H S L
Decimal 65 3 77 0.16 0.96 0 0.70 290.27 0.93 0.16
Hex 41 3 4D 10 60 0 46 122 5C 10
Octal 101 3 115 20 140 0 106 442 134 20
Binary 1000001 11 1001101 10000 1100000 0 1000110 100100010 1011100 10000

Color Harmonies of #41034D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #41034D

Black with #41034D

Text Example


Text Example

White with #41034D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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