Html Css Color HEX #410A49 Blackcurrant

📋 copy color: '#410A49'

red 65 ◦ green 10 ◦ blue 73

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

Shades of Blackcurrant #410A49

Tints of Blackcurrant #410A49

RGB

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

 GREEN value IS 10 (4.3% from 255) = 6.76%

 BLUE value IS 73 (28.91% from 255) = 49.32%

R = 43.92%
G = 6.76%
B = 49.32%

CMYK

 C value IS 0.11

 M value IS 0.86

 Y value IS 0

 K value IS 0.71

RGB Variations

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

Color information

#410A49 (or 0x410A49) is known color: Blackcurrant. HEX triplet: 41, 0A and 49. RGB value is (65,10,73). Sum of RGB (Red+Green+Blue) = 65+10+73=148 (19% of max value = 765). Red value is 65 (25.78% from 255 or 43.92% from 148); Green value is 10 (4.30% from 255 or 6.76% from 148); Blue value is 73 (28.91% from 255 or 49.32% from 148); Max value from RGB is 73 - color contains mainly: blue. Hex color #410A49 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #410A49 is #BEF5B6. Grayscale: #212121. Windows color (decimal): -12514743 or 4786753. OLE color: 4786753.

HSL color Cylindrical-coordinate representation of color #410A49: hue angle of 292.38º degrees, saturation: 0.76, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #410A49 is Cyan = 0.11, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB 65 10 73 -
CMYK 0.11 0.86 0 0.71
HSL 292.38º 0.76% 0.16% -
HSV(B) 292.38º 0.86% 0.29% -
XYZ 3.49 1.82 6.47 -
YUV 33.63 150.22 150.38 -
System Red Green Blue C M Y K H S L
Decimal 65 10 73 0.11 0.86 0 0.71 292.38 0.76 0.16
Hex 41 A 49 B 56 0 47 124 4C 10
Octal 101 12 111 13 126 0 107 444 114 20
Binary 1000001 1010 1001001 1011 1010110 0 1000111 100100100 1001100 10000

Color Harmonies of #410A49

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #410A49

Black with #410A49

Text Example


Text Example

White with #410A49

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(65,10,73); }

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

background-color css

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

 a { background-color: rgb(65,10,73); }

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

border-color css

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

 span { border-color: rgb(65,10,73); }

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