Html Css Color HEX #410350 Blackcurrant

📋 copy color: '#410350'

red 65 ◦ green 3 ◦ blue 80

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

Shades of Blackcurrant #410350

Tints of Blackcurrant #410350

RGB

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

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

 BLUE value IS 80 (31.64% from 255) = 54.05%

R = 43.92%
G = 2.03%
B = 54.05%

CMYK

 C value IS 0.19

 M value IS 0.96

 Y value IS 0

 K value IS 0.69

RGB Variations

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

Color information

#410350 (or 0x410350) is known color: Blackcurrant. HEX triplet: 41, 03 and 50. RGB value is (65,3,80). Sum of RGB (Red+Green+Blue) = 65+3+80=148 (19% of max value = 765). Red value is 65 (25.78% from 255 or 43.92% from 148); Green value is 3 (1.56% from 255 or 2.03% from 148); Blue value is 80 (31.64% from 255 or 54.05% from 148); Max value from RGB is 80 - color contains mainly: blue. Hex color #410350 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #410350 is #BEFCAF. Grayscale: #1E1E1E. Windows color (decimal): -12516528 or 5243713. OLE color: 5243713.

HSL color Cylindrical-coordinate representation of color #410350: hue angle of 288.31º degrees, saturation: 0.93, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #410350 is Cyan = 0.19, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB 65 3 80 -
CMYK 0.19 0.96 0 0.69
HSL 288.31º 0.93% 0.16% -
HSV(B) 288.31º 0.96% 0.31% -
XYZ 3.66 1.77 7.74 -
YUV 30.32 156.04 152.74 -
System Red Green Blue C M Y K H S L
Decimal 65 3 80 0.19 0.96 0 0.69 288.31 0.93 0.16
Hex 41 3 50 13 60 0 45 120 5D 10
Octal 101 3 120 23 140 0 105 440 135 20
Binary 1000001 11 1010000 10011 1100000 0 1000101 100100000 1011101 10000

Color Harmonies of #410350

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #410350

Black with #410350

Text Example


Text Example

White with #410350

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #410350; }

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

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

background-color css

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

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

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

border-color css

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

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

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