Html Css Color HEX #410351 Blackcurrant

📋 copy color: '#410351'

red 65 ◦ green 3 ◦ blue 81

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

Shades of Blackcurrant #410351

Tints of Blackcurrant #410351

RGB

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

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

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

R = 43.62%
G = 2.01%
B = 54.36%

CMYK

 C value IS 0.20

 M value IS 0.96

 Y value IS 0

 K value IS 0.68

RGB Variations

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

Color information

#410351 (or 0x410351) is known color: Blackcurrant. HEX triplet: 41, 03 and 51. RGB value is (65,3,81). Sum of RGB (Red+Green+Blue) = 65+3+81=149 (19% of max value = 765). Red value is 65 (25.78% from 255 or 43.62% from 149); Green value is 3 (1.56% from 255 or 2.01% from 149); Blue value is 81 (32.03% from 255 or 54.36% from 149); Max value from RGB is 81 - color contains mainly: blue. Hex color #410351 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #410351 is #BEFCAE. Grayscale: #1E1E1E. Windows color (decimal): -12516527 or 5309249. OLE color: 5309249.

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

Color convert

RGB 65 3 81 -
CMYK 0.20 0.96 0 0.68
HSL 287.69º 0.93% 0.16% -
HSV(B) 287.69º 0.96% 0.32% -
XYZ 3.7 1.78 7.93 -
YUV 30.43 156.54 152.66 -
System Red Green Blue C M Y K H S L
Decimal 65 3 81 0.20 0.96 0 0.68 287.69 0.93 0.16
Hex 41 3 51 14 60 0 44 120 5D 10
Octal 101 3 121 24 140 0 104 440 135 20
Binary 1000001 11 1010001 10100 1100000 0 1000100 100100000 1011101 10000

Color Harmonies of #410351

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #410351

Black with #410351

Text Example


Text Example

White with #410351

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #410351; }

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

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

background-color css

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

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

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

border-color css

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

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

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