Html Css Color HEX #410D51 Blackcurrant

📋 copy color: '#410D51'

red 65 ◦ green 13 ◦ blue 81

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

Shades of Blackcurrant #410D51

Tints of Blackcurrant #410D51

RGB

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

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

 BLUE value IS 81 (32.03% from 255) = 50.94%

R = 40.88%
G = 8.18%
B = 50.94%

CMYK

 C value IS 0.20

 M value IS 0.84

 Y value IS 0

 K value IS 0.68

RGB Variations

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

Color information

#410D51 (or 0x410D51) is known color: Blackcurrant. HEX triplet: 41, 0D and 51. RGB value is (65,13,81). Sum of RGB (Red+Green+Blue) = 65+13+81=159 (21% of max value = 765). Red value is 65 (25.78% from 255 or 40.88% from 159); Green value is 13 (5.47% from 255 or 8.18% from 159); Blue value is 81 (32.03% from 255 or 50.94% from 159); Max value from RGB is 81 - color contains mainly: blue. Hex color #410D51 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #410D51 is #BEF2AE. Grayscale: #242424. Windows color (decimal): -12513967 or 5311809. OLE color: 5311809.

HSL color Cylindrical-coordinate representation of color #410D51: hue angle of 285.88º degrees, saturation: 0.72, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #410D51 is Cyan = 0.20, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.68.

Color convert

RGB 65 13 81 -
CMYK 0.20 0.84 0 0.68
HSL 285.88º 0.72% 0.18% -
HSV(B) 285.88º 0.84% 0.32% -
XYZ 3.81 2.01 7.97 -
YUV 36.3 153.23 148.47 -
System Red Green Blue C M Y K H S L
Decimal 65 13 81 0.20 0.84 0 0.68 285.88 0.72 0.18
Hex 41 D 51 14 54 0 44 11E 48 12
Octal 101 15 121 24 124 0 104 436 110 22
Binary 1000001 1101 1010001 10100 1010100 0 1000100 100011110 1001000 10010

Color Harmonies of #410D51

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #410D51

Black with #410D51

Text Example


Text Example

White with #410D51

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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