Html Css Color HEX #41094E Blackcurrant

📋 copy color: '#41094E'

red 65 ◦ green 9 ◦ blue 78

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

Shades of Blackcurrant #41094E

Tints of Blackcurrant #41094E

RGB

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

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

 BLUE value IS 78 (30.86% from 255) = 51.32%

R = 42.76%
G = 5.92%
B = 51.32%

CMYK

 C value IS 0.17

 M value IS 0.88

 Y value IS 0

 K value IS 0.69

RGB Variations

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

Color information

#41094E (or 0x41094E) is known color: Blackcurrant. HEX triplet: 41, 09 and 4E. RGB value is (65,9,78). Sum of RGB (Red+Green+Blue) = 65+9+78=152 (20% of max value = 765). Red value is 65 (25.78% from 255 or 42.76% from 152); Green value is 9 (3.91% from 255 or 5.92% from 152); Blue value is 78 (30.86% from 255 or 51.32% from 152); Max value from RGB is 78 - color contains mainly: blue. Hex color #41094E is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #41094E is #BEF6B1. Grayscale: #212121. Windows color (decimal): -12514994 or 5114177. OLE color: 5114177.

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

Color convert

RGB 65 9 78 -
CMYK 0.17 0.88 0 0.69
HSL 288.7º 0.79% 0.17% -
HSV(B) 288.7º 0.88% 0.31% -
XYZ 3.65 1.87 7.38 -
YUV 33.61 153.05 150.39 -
System Red Green Blue C M Y K H S L
Decimal 65 9 78 0.17 0.88 0 0.69 288.7 0.79 0.17
Hex 41 9 4E 11 58 0 45 121 4F 11
Octal 101 11 116 21 130 0 105 441 117 21
Binary 1000001 1001 1001110 10001 1011000 0 1000101 100100001 1001111 10001

Color Harmonies of #41094E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #41094E

Black with #41094E

Text Example


Text Example

White with #41094E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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