Html Css Color HEX #410C49 Blackcurrant

📋 copy color: '#410C49'

red 65 ◦ green 12 ◦ blue 73

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

Shades of Blackcurrant #410C49

Tints of Blackcurrant #410C49

RGB

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

 GREEN value IS 12 (5.08% from 255) = 8%

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

R = 43.33%
G = 8%
B = 48.67%

CMYK

 C value IS 0.11

 M value IS 0.84

 Y value IS 0

 K value IS 0.71

RGB Variations

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

Color information

#410C49 (or 0x410C49) is known color: Blackcurrant. HEX triplet: 41, 0C and 49. RGB value is (65,12,73). Sum of RGB (Red+Green+Blue) = 65+12+73=150 (19% of max value = 765). Red value is 65 (25.78% from 255 or 43.33% from 150); Green value is 12 (5.08% from 255 or 8% from 150); Blue value is 73 (28.91% from 255 or 48.67% from 150); Max value from RGB is 73 - color contains mainly: blue. Hex color #410C49 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #410C49 is #BEF3B6. Grayscale: #222222. Windows color (decimal): -12514231 or 4787265. OLE color: 4787265.

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

Color convert

RGB 65 12 73 -
CMYK 0.11 0.84 0 0.71
HSL 292.13º 0.72% 0.17% -
HSV(B) 292.13º 0.84% 0.29% -
XYZ 3.51 1.87 6.48 -
YUV 34.8 149.56 149.54 -
System Red Green Blue C M Y K H S L
Decimal 65 12 73 0.11 0.84 0 0.71 292.13 0.72 0.17
Hex 41 C 49 B 54 0 47 124 48 11
Octal 101 14 111 13 124 0 107 444 110 21
Binary 1000001 1100 1001001 1011 1010100 0 1000111 100100100 1001000 10001

Color Harmonies of #410C49

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #410C49

Black with #410C49

Text Example


Text Example

White with #410C49

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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