Html Css Color HEX #41114C Blackcurrant

📋 copy color: '#41114C'

red 65 ◦ green 17 ◦ blue 76

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

Shades of Blackcurrant #41114C

Tints of Blackcurrant #41114C

RGB

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

 GREEN value IS 17 (7.03% from 255) = 10.76%

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

R = 41.14%
G = 10.76%
B = 48.1%

CMYK

 C value IS 0.14

 M value IS 0.78

 Y value IS 0

 K value IS 0.70

RGB Variations

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

Color information

#41114C (or 0x41114C) is known color: Blackcurrant. HEX triplet: 41, 11 and 4C. RGB value is (65,17,76). Sum of RGB (Red+Green+Blue) = 65+17+76=158 (20% of max value = 765). Red value is 65 (25.78% from 255 or 41.14% from 158); Green value is 17 (7.03% from 255 or 10.76% from 158); Blue value is 76 (30.08% from 255 or 48.10% from 158); Max value from RGB is 76 - color contains mainly: blue. Hex color #41114C is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #41114C is #BEEEB3. Grayscale: #252525. Windows color (decimal): -12512948 or 4985153. OLE color: 4985153.

HSL color Cylindrical-coordinate representation of color #41114C: hue angle of 288.81º degrees, saturation: 0.63, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #41114C is Cyan = 0.14, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.70.

Color convert

RGB 65 17 76 -
CMYK 0.14 0.78 0 0.70
HSL 288.81º 0.63% 0.18% -
HSV(B) 288.81º 0.78% 0.3% -
XYZ 3.68 2.05 7.04 -
YUV 38.08 149.4 147.2 -
System Red Green Blue C M Y K H S L
Decimal 65 17 76 0.14 0.78 0 0.70 288.81 0.63 0.18
Hex 41 11 4C E 4E 0 46 121 3F 12
Octal 101 21 114 16 116 0 106 441 77 22
Binary 1000001 10001 1001100 1110 1001110 0 1000110 100100001 111111 10010

Color Harmonies of #41114C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #41114C

Black with #41114C

Text Example


Text Example

White with #41114C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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