Html Css Color HEX #41094C Blackcurrant

📋 copy color: '#41094C'

red 65 ◦ green 9 ◦ blue 76

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

Shades of Blackcurrant #41094C

Tints of Blackcurrant #41094C

RGB

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

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

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

R = 43.33%
G = 6%
B = 50.67%

CMYK

 C value IS 0.14

 M value IS 0.88

 Y value IS 0

 K value IS 0.70

RGB Variations

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

Color information

#41094C (or 0x41094C) is known color: Blackcurrant. HEX triplet: 41, 09 and 4C. RGB value is (65,9,76). Sum of RGB (Red+Green+Blue) = 65+9+76=150 (19% of max value = 765). Red value is 65 (25.78% from 255 or 43.33% from 150); Green value is 9 (3.91% from 255 or 6% from 150); Blue value is 76 (30.08% from 255 or 50.67% from 150); Max value from RGB is 76 - color contains mainly: blue. Hex color #41094C is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #41094C is #BEF6B3. Grayscale: #212121. Windows color (decimal): -12514996 or 4983105. OLE color: 4983105.

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

Color convert

RGB 65 9 76 -
CMYK 0.14 0.88 0 0.70
HSL 290.15º 0.79% 0.17% -
HSV(B) 290.15º 0.88% 0.3% -
XYZ 3.58 1.84 7 -
YUV 33.38 152.05 150.55 -
System Red Green Blue C M Y K H S L
Decimal 65 9 76 0.14 0.88 0 0.70 290.15 0.79 0.17
Hex 41 9 4C E 58 0 46 122 4F 11
Octal 101 11 114 16 130 0 106 442 117 21
Binary 1000001 1001 1001100 1110 1011000 0 1000110 100100010 1001111 10001

Color Harmonies of #41094C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #41094C

Black with #41094C

Text Example


Text Example

White with #41094C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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