Html Css Color HEX #41114F Blackcurrant

📋 copy color: '#41114F'

red 65 ◦ green 17 ◦ blue 79

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

Shades of Blackcurrant #41114F

Tints of Blackcurrant #41114F

RGB

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

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

 BLUE value IS 79 (31.25% from 255) = 49.07%

R = 40.37%
G = 10.56%
B = 49.07%

CMYK

 C value IS 0.18

 M value IS 0.78

 Y value IS 0

 K value IS 0.69

RGB Variations

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

Color information

#41114F (or 0x41114F) is known color: Blackcurrant. HEX triplet: 41, 11 and 4F. RGB value is (65,17,79). Sum of RGB (Red+Green+Blue) = 65+17+79=161 (21% of max value = 765). Red value is 65 (25.78% from 255 or 40.37% from 161); Green value is 17 (7.03% from 255 or 10.56% from 161); Blue value is 79 (31.25% from 255 or 49.07% from 161); Max value from RGB is 79 - color contains mainly: blue. Hex color #41114F is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #41114F is #BEEEB0. Grayscale: #262626. Windows color (decimal): -12512945 or 5181761. OLE color: 5181761.

HSL color Cylindrical-coordinate representation of color #41114F: hue angle of 286.45º degrees, saturation: 0.65, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #41114F is Cyan = 0.18, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB 65 17 79 -
CMYK 0.18 0.78 0 0.69
HSL 286.45º 0.65% 0.19% -
HSV(B) 286.45º 0.78% 0.31% -
XYZ 3.79 2.09 7.6 -
YUV 38.42 150.9 146.96 -
System Red Green Blue C M Y K H S L
Decimal 65 17 79 0.18 0.78 0 0.69 286.45 0.65 0.19
Hex 41 11 4F 12 4E 0 45 11E 41 13
Octal 101 21 117 22 116 0 105 436 101 23
Binary 1000001 10001 1001111 10010 1001110 0 1000101 100011110 1000001 10011

Color Harmonies of #41114F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #41114F

Black with #41114F

Text Example


Text Example

White with #41114F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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