Html Css Color HEX #410D4D Blackcurrant

📋 copy color: '#410D4D'

red 65 ◦ green 13 ◦ blue 77

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

Shades of Blackcurrant #410D4D

Tints of Blackcurrant #410D4D

RGB

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

 GREEN value IS 13 (5.47% from 255) = 8.39%

 BLUE value IS 77 (30.47% from 255) = 49.68%

R = 41.94%
G = 8.39%
B = 49.68%

CMYK

 C value IS 0.16

 M value IS 0.83

 Y value IS 0

 K value IS 0.70

RGB Variations

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

Color information

#410D4D (or 0x410D4D) is known color: Blackcurrant. HEX triplet: 41, 0D and 4D. RGB value is (65,13,77). Sum of RGB (Red+Green+Blue) = 65+13+77=155 (20% of max value = 765). Red value is 65 (25.78% from 255 or 41.94% from 155); Green value is 13 (5.47% from 255 or 8.39% from 155); Blue value is 77 (30.47% from 255 or 49.68% from 155); Max value from RGB is 77 - color contains mainly: blue. Hex color #410D4D is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #410D4D is #BEF2B2. Grayscale: #232323. Windows color (decimal): -12513971 or 5049665. OLE color: 5049665.

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

Color convert

RGB 65 13 77 -
CMYK 0.16 0.83 0 0.70
HSL 288.75º 0.71% 0.18% -
HSV(B) 288.75º 0.83% 0.3% -
XYZ 3.66 1.95 7.2 -
YUV 35.84 151.23 148.8 -
System Red Green Blue C M Y K H S L
Decimal 65 13 77 0.16 0.83 0 0.70 288.75 0.71 0.18
Hex 41 D 4D 10 53 0 46 121 47 12
Octal 101 15 115 20 123 0 106 441 107 22
Binary 1000001 1101 1001101 10000 1010011 0 1000110 100100001 1000111 10010

Color Harmonies of #410D4D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #410D4D

Black with #410D4D

Text Example


Text Example

White with #410D4D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(65,13,77); }

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

background-color css

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

 a { background-color: rgb(65,13,77); }

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

border-color css

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

 span { border-color: rgb(65,13,77); }

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