Html Css Color HEX #410448 Blackcurrant

📋 copy color: '#410448'

red 65 ◦ green 4 ◦ blue 72

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

Shades of Blackcurrant #410448

Tints of Blackcurrant #410448

RGB

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

 GREEN value IS 4 (1.95% from 255) = 2.84%

 BLUE value IS 72 (28.52% from 255) = 51.06%

R = 46.1%
G = 2.84%
B = 51.06%

CMYK

 C value IS 0.10

 M value IS 0.94

 Y value IS 0

 K value IS 0.72

RGB Variations

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

Color information

#410448 (or 0x410448) is known color: Blackcurrant. HEX triplet: 41, 04 and 48. RGB value is (65,4,72). Sum of RGB (Red+Green+Blue) = 65+4+72=141 (18% of max value = 765). Red value is 65 (25.78% from 255 or 46.10% from 141); Green value is 4 (1.95% from 255 or 2.84% from 141); Blue value is 72 (28.52% from 255 or 51.06% from 141); Max value from RGB is 72 - color contains mainly: blue. Hex color #410448 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #410448 is #BEFBB7. Grayscale: #1D1D1D. Windows color (decimal): -12516280 or 4719681. OLE color: 4719681.

HSL color Cylindrical-coordinate representation of color #410448: hue angle of 293.82º degrees, saturation: 0.89, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #410448 is Cyan = 0.10, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.72.

Color convert

RGB 65 4 72 -
CMYK 0.10 0.94 0 0.72
HSL 293.82º 0.89% 0.15% -
HSV(B) 293.82º 0.94% 0.28% -
XYZ 3.39 1.68 6.28 -
YUV 29.99 151.71 152.97 -
System Red Green Blue C M Y K H S L
Decimal 65 4 72 0.10 0.94 0 0.72 293.82 0.89 0.15
Hex 41 4 48 A 5E 0 48 126 59 F
Octal 101 4 110 12 136 0 110 446 131 17
Binary 1000001 100 1001000 1010 1011110 0 1001000 100100110 1011001 1111

Color Harmonies of #410448

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #410448

Black with #410448

Text Example


Text Example

White with #410448

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #410448; }

 p { color: rgb(65,4,72); }

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

background-color css

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

 a { background-color: rgb(65,4,72); }

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

border-color css

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

 span { border-color: rgb(65,4,72); }

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