Html Css Color HEX #41044D Blackcurrant

📋 copy color: '#41044D'

red 65 ◦ green 4 ◦ blue 77

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

Shades of Blackcurrant #41044D

Tints of Blackcurrant #41044D

RGB

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

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

 BLUE value IS 77 (30.47% from 255) = 52.74%

R = 44.52%
G = 2.74%
B = 52.74%

CMYK

 C value IS 0.16

 M value IS 0.95

 Y value IS 0

 K value IS 0.70

RGB Variations

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

Color information

#41044D (or 0x41044D) is known color: Blackcurrant. HEX triplet: 41, 04 and 4D. RGB value is (65,4,77). Sum of RGB (Red+Green+Blue) = 65+4+77=146 (19% of max value = 765). Red value is 65 (25.78% from 255 or 44.52% from 146); Green value is 4 (1.95% from 255 or 2.74% from 146); Blue value is 77 (30.47% from 255 or 52.74% from 146); Max value from RGB is 77 - color contains mainly: blue. Hex color #41044D is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #41044D is #BEFBB2. Grayscale: #1E1E1E. Windows color (decimal): -12516275 or 5047361. OLE color: 5047361.

HSL color Cylindrical-coordinate representation of color #41044D: hue angle of 290.14º degrees, saturation: 0.9, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #41044D is Cyan = 0.16, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.70.

Color convert

RGB 65 4 77 -
CMYK 0.16 0.95 0 0.70
HSL 290.14º 0.9% 0.16% -
HSV(B) 290.14º 0.95% 0.3% -
XYZ 3.56 1.75 7.17 -
YUV 30.56 154.21 152.56 -
System Red Green Blue C M Y K H S L
Decimal 65 4 77 0.16 0.95 0 0.70 290.14 0.9 0.16
Hex 41 4 4D 10 5F 0 46 122 5A 10
Octal 101 4 115 20 137 0 106 442 132 20
Binary 1000001 100 1001101 10000 1011111 0 1000110 100100010 1011010 10000

Color Harmonies of #41044D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #41044D

Black with #41044D

Text Example


Text Example

White with #41044D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #41044D; }

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

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

background-color css

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

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

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

border-color css

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

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

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