Html Css Color HEX #410349 Blackcurrant

📋 copy color: '#410349'

red 65 ◦ green 3 ◦ blue 73

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

Shades of Blackcurrant #410349

Tints of Blackcurrant #410349

RGB

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

 GREEN value IS 3 (1.56% from 255) = 2.13%

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

R = 46.1%
G = 2.13%
B = 51.77%

CMYK

 C value IS 0.11

 M value IS 0.96

 Y value IS 0

 K value IS 0.71

RGB Variations

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

Color information

#410349 (or 0x410349) is known color: Blackcurrant. HEX triplet: 41, 03 and 49. RGB value is (65,3,73). Sum of RGB (Red+Green+Blue) = 65+3+73=141 (18% of max value = 765). Red value is 65 (25.78% from 255 or 46.10% from 141); Green value is 3 (1.56% from 255 or 2.13% from 141); Blue value is 73 (28.91% from 255 or 51.77% from 141); Max value from RGB is 73 - color contains mainly: blue. Hex color #410349 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #410349 is #BEFCB6. Grayscale: #1D1D1D. Windows color (decimal): -12516535 or 4784961. OLE color: 4784961.

HSL color Cylindrical-coordinate representation of color #410349: hue angle of 293.14º degrees, saturation: 0.92, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #410349 is Cyan = 0.11, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB 65 3 73 -
CMYK 0.11 0.96 0 0.71
HSL 293.14º 0.92% 0.15% -
HSV(B) 293.14º 0.96% 0.29% -
XYZ 3.42 1.67 6.45 -
YUV 29.52 152.54 153.31 -
System Red Green Blue C M Y K H S L
Decimal 65 3 73 0.11 0.96 0 0.71 293.14 0.92 0.15
Hex 41 3 49 B 60 0 47 125 5C F
Octal 101 3 111 13 140 0 107 445 134 17
Binary 1000001 11 1001001 1011 1100000 0 1000111 100100101 1011100 1111

Color Harmonies of #410349

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #410349

Black with #410349

Text Example


Text Example

White with #410349

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #410349; }

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

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

background-color css

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

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

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

border-color css

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

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

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