Html Css Color HEX #41044C Blackcurrant

📋 copy color: '#41044C'

red 65 ◦ green 4 ◦ blue 76

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

Shades of Blackcurrant #41044C

Tints of Blackcurrant #41044C

RGB

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

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

 BLUE value IS 76 (30.08% from 255) = 52.41%

R = 44.83%
G = 2.76%
B = 52.41%

CMYK

 C value IS 0.14

 M value IS 0.95

 Y value IS 0

 K value IS 0.70

RGB Variations

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

Color information

#41044C (or 0x41044C) is known color: Blackcurrant. HEX triplet: 41, 04 and 4C. RGB value is (65,4,76). Sum of RGB (Red+Green+Blue) = 65+4+76=145 (19% of max value = 765). Red value is 65 (25.78% from 255 or 44.83% from 145); Green value is 4 (1.95% from 255 or 2.76% from 145); Blue value is 76 (30.08% from 255 or 52.41% from 145); Max value from RGB is 76 - color contains mainly: blue. Hex color #41044C is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #41044C is #BEFBB3. Grayscale: #1E1E1E. Windows color (decimal): -12516276 or 4981825. OLE color: 4981825.

HSL color Cylindrical-coordinate representation of color #41044C: hue angle of 290.83º 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 #41044C is Cyan = 0.14, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.70.

Color convert

RGB 65 4 76 -
CMYK 0.14 0.95 0 0.70
HSL 290.83º 0.9% 0.16% -
HSV(B) 290.83º 0.95% 0.3% -
XYZ 3.53 1.73 6.99 -
YUV 30.45 153.71 152.65 -
System Red Green Blue C M Y K H S L
Decimal 65 4 76 0.14 0.95 0 0.70 290.83 0.9 0.16
Hex 41 4 4C E 5F 0 46 123 5A 10
Octal 101 4 114 16 137 0 106 443 132 20
Binary 1000001 100 1001100 1110 1011111 0 1000110 100100011 1011010 10000

Color Harmonies of #41044C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #41044C

Black with #41044C

Text Example


Text Example

White with #41044C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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