Html Css Color HEX #41094F Blackcurrant

📋 copy color: '#41094F'

red 65 ◦ green 9 ◦ blue 79

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

Shades of Blackcurrant #41094F

Tints of Blackcurrant #41094F

RGB

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

 GREEN value IS 9 (3.91% from 255) = 5.88%

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

R = 42.48%
G = 5.88%
B = 51.63%

CMYK

 C value IS 0.18

 M value IS 0.89

 Y value IS 0

 K value IS 0.69

RGB Variations

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

Color information

#41094F (or 0x41094F) is known color: Blackcurrant. HEX triplet: 41, 09 and 4F. RGB value is (65,9,79). Sum of RGB (Red+Green+Blue) = 65+9+79=153 (20% of max value = 765). Red value is 65 (25.78% from 255 or 42.48% from 153); Green value is 9 (3.91% from 255 or 5.88% from 153); Blue value is 79 (31.25% from 255 or 51.63% from 153); Max value from RGB is 79 - color contains mainly: blue. Hex color #41094F is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #41094F is #BEF6B0. Grayscale: #212121. Windows color (decimal): -12514993 or 5179713. OLE color: 5179713.

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

Color convert

RGB 65 9 79 -
CMYK 0.18 0.89 0 0.69
HSL 288º 0.8% 0.17% -
HSV(B) 288º 0.89% 0.31% -
XYZ 3.69 1.88 7.57 -
YUV 33.72 153.55 150.31 -
System Red Green Blue C M Y K H S L
Decimal 65 9 79 0.18 0.89 0 0.69 288 0.8 0.17
Hex 41 9 4F 12 59 0 45 120 50 11
Octal 101 11 117 22 131 0 105 440 120 21
Binary 1000001 1001 1001111 10010 1011001 0 1000101 100100000 1010000 10001

Color Harmonies of #41094F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #41094F

Black with #41094F

Text Example


Text Example

White with #41094F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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