Html Css Color HEX #41104D Blackcurrant

📋 copy color: '#41104D'

red 65 ◦ green 16 ◦ blue 77

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

Shades of Blackcurrant #41104D

Tints of Blackcurrant #41104D

RGB

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

 GREEN value IS 16 (6.64% from 255) = 10.13%

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

R = 41.14%
G = 10.13%
B = 48.73%

CMYK

 C value IS 0.16

 M value IS 0.79

 Y value IS 0

 K value IS 0.70

RGB Variations

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

Color information

#41104D (or 0x41104D) is known color: Blackcurrant. HEX triplet: 41, 10 and 4D. RGB value is (65,16,77). Sum of RGB (Red+Green+Blue) = 65+16+77=158 (20% of max value = 765). Red value is 65 (25.78% from 255 or 41.14% from 158); Green value is 16 (6.64% from 255 or 10.13% from 158); Blue value is 77 (30.47% from 255 or 48.73% from 158); Max value from RGB is 77 - color contains mainly: blue. Hex color #41104D is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #41104D is #BEEFB2. Grayscale: #252525. Windows color (decimal): -12513203 or 5050433. OLE color: 5050433.

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

Color convert

RGB 65 16 77 -
CMYK 0.16 0.79 0 0.70
HSL 288.2º 0.66% 0.18% -
HSV(B) 288.2º 0.79% 0.3% -
XYZ 3.7 2.03 7.22 -
YUV 37.61 150.23 147.54 -
System Red Green Blue C M Y K H S L
Decimal 65 16 77 0.16 0.79 0 0.70 288.2 0.66 0.18
Hex 41 10 4D 10 4F 0 46 120 42 12
Octal 101 20 115 20 117 0 106 440 102 22
Binary 1000001 10000 1001101 10000 1001111 0 1000110 100100000 1000010 10010

Color Harmonies of #41104D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #41104D

Black with #41104D

Text Example


Text Example

White with #41104D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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