Html Css Color HEX #41114B Blackcurrant

📋 copy color: '#41114B'

red 65 ◦ green 17 ◦ blue 75

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

Shades of Blackcurrant #41114B

Tints of Blackcurrant #41114B

RGB

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

 GREEN value IS 17 (7.03% from 255) = 10.83%

 BLUE value IS 75 (29.69% from 255) = 47.77%

R = 41.4%
G = 10.83%
B = 47.77%

CMYK

 C value IS 0.13

 M value IS 0.77

 Y value IS 0

 K value IS 0.71

RGB Variations

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

Color information

#41114B (or 0x41114B) is known color: Blackcurrant. HEX triplet: 41, 11 and 4B. RGB value is (65,17,75). Sum of RGB (Red+Green+Blue) = 65+17+75=157 (20% of max value = 765). Red value is 65 (25.78% from 255 or 41.40% from 157); Green value is 17 (7.03% from 255 or 10.83% from 157); Blue value is 75 (29.69% from 255 or 47.77% from 157); Max value from RGB is 75 - color contains mainly: blue. Hex color #41114B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #41114B is #BEEEB4. Grayscale: #252525. Windows color (decimal): -12512949 or 4919617. OLE color: 4919617.

HSL color Cylindrical-coordinate representation of color #41114B: hue angle of 289.66º degrees, saturation: 0.63, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #41114B is Cyan = 0.13, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB 65 17 75 -
CMYK 0.13 0.77 0 0.71
HSL 289.66º 0.63% 0.18% -
HSV(B) 289.66º 0.77% 0.29% -
XYZ 3.65 2.03 6.86 -
YUV 37.96 148.9 147.28 -
System Red Green Blue C M Y K H S L
Decimal 65 17 75 0.13 0.77 0 0.71 289.66 0.63 0.18
Hex 41 11 4B D 4D 0 47 122 3F 12
Octal 101 21 113 15 115 0 107 442 77 22
Binary 1000001 10001 1001011 1101 1001101 0 1000111 100100010 111111 10010

Color Harmonies of #41114B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #41114B

Black with #41114B

Text Example


Text Example

White with #41114B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #41114B; }

 p { color: rgb(65,17,75); }

 H1.HeaderClassName
 {
   color: #41114B;
 }
 .AnyTagClassName
 {
   color: #41114B;
 }
</style>

background-color css

<style>
 a { background-color: #41114B; }

 a { background-color: rgb(65,17,75); }

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

border-color css

<style>
 span { border-color: #41114B; }

 span { border-color: rgb(65,17,75); }

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