Html Css Color HEX #41034F Blackcurrant

📋 copy color: '#41034F'

red 65 ◦ green 3 ◦ blue 79

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

Shades of Blackcurrant #41034F

Tints of Blackcurrant #41034F

RGB

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

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

 BLUE value IS 79 (31.25% from 255) = 53.74%

R = 44.22%
G = 2.04%
B = 53.74%

CMYK

 C value IS 0.18

 M value IS 0.96

 Y value IS 0

 K value IS 0.69

RGB Variations

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

Color information

#41034F (or 0x41034F) is known color: Blackcurrant. HEX triplet: 41, 03 and 4F. RGB value is (65,3,79). Sum of RGB (Red+Green+Blue) = 65+3+79=147 (19% of max value = 765). Red value is 65 (25.78% from 255 or 44.22% from 147); Green value is 3 (1.56% from 255 or 2.04% from 147); Blue value is 79 (31.25% from 255 or 53.74% from 147); Max value from RGB is 79 - color contains mainly: blue. Hex color #41034F is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #41034F is #BEFCB0. Grayscale: #1D1D1D. Windows color (decimal): -12516529 or 5178177. OLE color: 5178177.

HSL color Cylindrical-coordinate representation of color #41034F: hue angle of 288.95º degrees, saturation: 0.93, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #41034F is Cyan = 0.18, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB 65 3 79 -
CMYK 0.18 0.96 0 0.69
HSL 288.95º 0.93% 0.16% -
HSV(B) 288.95º 0.96% 0.31% -
XYZ 3.62 1.75 7.54 -
YUV 30.2 155.54 152.82 -
System Red Green Blue C M Y K H S L
Decimal 65 3 79 0.18 0.96 0 0.69 288.95 0.93 0.16
Hex 41 3 4F 12 60 0 45 121 5D 10
Octal 101 3 117 22 140 0 105 441 135 20
Binary 1000001 11 1001111 10010 1100000 0 1000101 100100001 1011101 10000

Color Harmonies of #41034F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #41034F

Black with #41034F

Text Example


Text Example

White with #41034F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #41034F; }

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

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

background-color css

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

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

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

border-color css

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

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

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