Html Css Color HEX #41094D Blackcurrant

📋 copy color: '#41094D'

red 65 ◦ green 9 ◦ blue 77

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

Shades of Blackcurrant #41094D

Tints of Blackcurrant #41094D

RGB

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

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

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

R = 43.05%
G = 5.96%
B = 50.99%

CMYK

 C value IS 0.16

 M value IS 0.88

 Y value IS 0

 K value IS 0.70

RGB Variations

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

Color information

#41094D (or 0x41094D) is known color: Blackcurrant. HEX triplet: 41, 09 and 4D. RGB value is (65,9,77). Sum of RGB (Red+Green+Blue) = 65+9+77=151 (20% of max value = 765). Red value is 65 (25.78% from 255 or 43.05% from 151); Green value is 9 (3.91% from 255 or 5.96% from 151); Blue value is 77 (30.47% from 255 or 50.99% from 151); Max value from RGB is 77 - color contains mainly: blue. Hex color #41094D is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #41094D is #BEF6B2. Grayscale: #212121. Windows color (decimal): -12514995 or 5048641. OLE color: 5048641.

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

Color convert

RGB 65 9 77 -
CMYK 0.16 0.88 0 0.70
HSL 289.41º 0.79% 0.17% -
HSV(B) 289.41º 0.88% 0.3% -
XYZ 3.62 1.86 7.19 -
YUV 33.5 152.55 150.47 -
System Red Green Blue C M Y K H S L
Decimal 65 9 77 0.16 0.88 0 0.70 289.41 0.79 0.17
Hex 41 9 4D 10 58 0 46 121 4F 11
Octal 101 11 115 20 130 0 106 441 117 21
Binary 1000001 1001 1001101 10000 1011000 0 1000110 100100001 1001111 10001

Color Harmonies of #41094D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #41094D

Black with #41094D

Text Example


Text Example

White with #41094D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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