Html Css Color HEX #41074E Blackcurrant

📋 copy color: '#41074E'

red 65 ◦ green 7 ◦ blue 78

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

Shades of Blackcurrant #41074E

Tints of Blackcurrant #41074E

RGB

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

 GREEN value IS 7 (3.13% from 255) = 4.67%

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

R = 43.33%
G = 4.67%
B = 52%

CMYK

 C value IS 0.17

 M value IS 0.91

 Y value IS 0

 K value IS 0.69

RGB Variations

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

Color information

#41074E (or 0x41074E) is known color: Blackcurrant. HEX triplet: 41, 07 and 4E. RGB value is (65,7,78). Sum of RGB (Red+Green+Blue) = 65+7+78=150 (19% of max value = 765). Red value is 65 (25.78% from 255 or 43.33% from 150); Green value is 7 (3.12% from 255 or 4.67% from 150); Blue value is 78 (30.86% from 255 or 52% from 150); Max value from RGB is 78 - color contains mainly: blue. Hex color #41074E is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #41074E is #BEF8B1. Grayscale: #202020. Windows color (decimal): -12515506 or 5113665. OLE color: 5113665.

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

Color convert

RGB 65 7 78 -
CMYK 0.17 0.91 0 0.69
HSL 289.01º 0.84% 0.17% -
HSV(B) 289.01º 0.91% 0.31% -
XYZ 3.63 1.83 7.37 -
YUV 32.44 153.72 151.23 -
System Red Green Blue C M Y K H S L
Decimal 65 7 78 0.17 0.91 0 0.69 289.01 0.84 0.17
Hex 41 7 4E 11 5B 0 45 121 54 11
Octal 101 7 116 21 133 0 105 441 124 21
Binary 1000001 111 1001110 10001 1011011 0 1000101 100100001 1010100 10001

Color Harmonies of #41074E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #41074E

Black with #41074E

Text Example


Text Example

White with #41074E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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