Html Css Color HEX #410E4C Blackcurrant

📋 copy color: '#410E4C'

red 65 ◦ green 14 ◦ blue 76

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

Shades of Blackcurrant #410E4C

Tints of Blackcurrant #410E4C

RGB

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

 GREEN value IS 14 (5.86% from 255) = 9.03%

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

R = 41.94%
G = 9.03%
B = 49.03%

CMYK

 C value IS 0.14

 M value IS 0.82

 Y value IS 0

 K value IS 0.70

RGB Variations

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

Color information

#410E4C (or 0x410E4C) is known color: Blackcurrant. HEX triplet: 41, 0E and 4C. RGB value is (65,14,76). Sum of RGB (Red+Green+Blue) = 65+14+76=155 (20% of max value = 765). Red value is 65 (25.78% from 255 or 41.94% from 155); Green value is 14 (5.86% from 255 or 9.03% from 155); Blue value is 76 (30.08% from 255 or 49.03% from 155); Max value from RGB is 76 - color contains mainly: blue. Hex color #410E4C is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #410E4C is #BEF1B3. Grayscale: #242424. Windows color (decimal): -12513716 or 4984385. OLE color: 4984385.

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

Color convert

RGB 65 14 76 -
CMYK 0.14 0.82 0 0.70
HSL 289.35º 0.69% 0.18% -
HSV(B) 289.35º 0.82% 0.3% -
XYZ 3.64 1.96 7.02 -
YUV 36.32 150.4 148.46 -
System Red Green Blue C M Y K H S L
Decimal 65 14 76 0.14 0.82 0 0.70 289.35 0.69 0.18
Hex 41 E 4C E 52 0 46 121 45 12
Octal 101 16 114 16 122 0 106 441 105 22
Binary 1000001 1110 1001100 1110 1010010 0 1000110 100100001 1000101 10010

Color Harmonies of #410E4C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #410E4C

Black with #410E4C

Text Example


Text Example

White with #410E4C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #410E4C; }

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

 H1.HeaderClassName
 {
   color: #410E4C;
 }
 .AnyTagClassName
 {
   color: #410E4C;
 }
</style>

background-color css

<style>
 a { background-color: #410E4C; }

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

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

border-color css

<style>
 span { border-color: #410E4C; }

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

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