Html Css Color HEX #41104C Blackcurrant

📋 copy color: '#41104C'

red 65 ◦ green 16 ◦ blue 76

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

Shades of Blackcurrant #41104C

Tints of Blackcurrant #41104C

RGB

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

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

 BLUE value IS 76 (30.08% from 255) = 48.41%

R = 41.4%
G = 10.19%
B = 48.41%

CMYK

 C value IS 0.14

 M value IS 0.79

 Y value IS 0

 K value IS 0.70

RGB Variations

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

Color information

#41104C (or 0x41104C) is known color: Blackcurrant. HEX triplet: 41, 10 and 4C. RGB value is (65,16,76). Sum of RGB (Red+Green+Blue) = 65+16+76=157 (20% of max value = 765). Red value is 65 (25.78% from 255 or 41.40% from 157); Green value is 16 (6.64% from 255 or 10.19% from 157); Blue value is 76 (30.08% from 255 or 48.41% from 157); Max value from RGB is 76 - color contains mainly: blue. Hex color #41104C is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #41104C is #BEEFB3. Grayscale: #252525. Windows color (decimal): -12513204 or 4984897. OLE color: 4984897.

HSL color Cylindrical-coordinate representation of color #41104C: hue angle of 289º degrees, saturation: 0.65, 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 #41104C is Cyan = 0.14, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.70.

Color convert

RGB 65 16 76 -
CMYK 0.14 0.79 0 0.70
HSL 289º 0.65% 0.18% -
HSV(B) 289º 0.79% 0.3% -
XYZ 3.67 2.02 7.03 -
YUV 37.49 149.73 147.62 -
System Red Green Blue C M Y K H S L
Decimal 65 16 76 0.14 0.79 0 0.70 289 0.65 0.18
Hex 41 10 4C E 4F 0 46 121 41 12
Octal 101 20 114 16 117 0 106 441 101 22
Binary 1000001 10000 1001100 1110 1001111 0 1000110 100100001 1000001 10010

Color Harmonies of #41104C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #41104C

Black with #41104C

Text Example


Text Example

White with #41104C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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