Html Css Color HEX #410353 Blackcurrant

📋 copy color: '#410353'

red 65 ◦ green 3 ◦ blue 83

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

Shades of Blackcurrant #410353

Tints of Blackcurrant #410353

RGB

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

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

 BLUE value IS 83 (32.81% from 255) = 54.97%

R = 43.05%
G = 1.99%
B = 54.97%

CMYK

 C value IS 0.22

 M value IS 0.96

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#410353 (or 0x410353) is known color: Blackcurrant. HEX triplet: 41, 03 and 53. RGB value is (65,3,83). Sum of RGB (Red+Green+Blue) = 65+3+83=151 (20% of max value = 765). Red value is 65 (25.78% from 255 or 43.05% from 151); Green value is 3 (1.56% from 255 or 1.99% from 151); Blue value is 83 (32.81% from 255 or 54.97% from 151); Max value from RGB is 83 - color contains mainly: blue. Hex color #410353 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #410353 is #BEFCAC. Grayscale: #1E1E1E. Windows color (decimal): -12516525 or 5440321. OLE color: 5440321.

HSL color Cylindrical-coordinate representation of color #410353: hue angle of 286.5º degrees, saturation: 0.93, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #410353 is Cyan = 0.22, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB 65 3 83 -
CMYK 0.22 0.96 0 0.67
HSL 286.5º 0.93% 0.17% -
HSV(B) 286.5º 0.96% 0.33% -
XYZ 3.77 1.81 8.33 -
YUV 30.66 157.54 152.5 -
System Red Green Blue C M Y K H S L
Decimal 65 3 83 0.22 0.96 0 0.67 286.5 0.93 0.17
Hex 41 3 53 16 60 0 43 11E 5D 11
Octal 101 3 123 26 140 0 103 436 135 21
Binary 1000001 11 1010011 10110 1100000 0 1000011 100011110 1011101 10001

Color Harmonies of #410353

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #410353

Black with #410353

Text Example


Text Example

White with #410353

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #410353; }

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

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

background-color css

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

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

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

border-color css

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

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

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