Html Css Color HEX #41104E Blackcurrant

📋 copy color: '#41104E'

red 65 ◦ green 16 ◦ blue 78

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

Shades of Blackcurrant #41104E

Tints of Blackcurrant #41104E

RGB

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

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

 BLUE value IS 78 (30.86% from 255) = 49.06%

R = 40.88%
G = 10.06%
B = 49.06%

CMYK

 C value IS 0.17

 M value IS 0.79

 Y value IS 0

 K value IS 0.69

RGB Variations

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

Color information

#41104E (or 0x41104E) is known color: Blackcurrant. HEX triplet: 41, 10 and 4E. RGB value is (65,16,78). Sum of RGB (Red+Green+Blue) = 65+16+78=159 (21% of max value = 765). Red value is 65 (25.78% from 255 or 40.88% from 159); Green value is 16 (6.64% from 255 or 10.06% from 159); Blue value is 78 (30.86% from 255 or 49.06% from 159); Max value from RGB is 78 - color contains mainly: blue. Hex color #41104E is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #41104E is #BEEFB1. Grayscale: #252525. Windows color (decimal): -12513202 or 5115969. OLE color: 5115969.

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

Color convert

RGB 65 16 78 -
CMYK 0.17 0.79 0 0.69
HSL 287.42º 0.66% 0.18% -
HSV(B) 287.42º 0.79% 0.31% -
XYZ 3.74 2.04 7.41 -
YUV 37.72 150.73 147.46 -
System Red Green Blue C M Y K H S L
Decimal 65 16 78 0.17 0.79 0 0.69 287.42 0.66 0.18
Hex 41 10 4E 11 4F 0 45 11F 42 12
Octal 101 20 116 21 117 0 105 437 102 22
Binary 1000001 10000 1001110 10001 1001111 0 1000101 100011111 1000010 10010

Color Harmonies of #41104E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #41104E

Black with #41104E

Text Example


Text Example

White with #41104E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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