Html Css Color HEX #41014C Blackcurrant

📋 copy color: '#41014C'

red 65 ◦ green 1 ◦ blue 76

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

Shades of Blackcurrant #41014C

Tints of Blackcurrant #41014C

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.7%

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

R = 45.77%
G = 0.7%
B = 53.52%

CMYK

 C value IS 0.14

 M value IS 0.99

 Y value IS 0

 K value IS 0.70

RGB Variations

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

Color information

#41014C (or 0x41014C) is known color: Blackcurrant. HEX triplet: 41, 01 and 4C. RGB value is (65,1,76). Sum of RGB (Red+Green+Blue) = 65+1+76=142 (18% of max value = 765). Red value is 65 (25.78% from 255 or 45.77% from 142); Green value is 1 (0.78% from 255 or 0.70% from 142); Blue value is 76 (30.08% from 255 or 53.52% from 142); Max value from RGB is 76 - color contains mainly: blue. Hex color #41014C is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #41014C is #BEFEB3. Grayscale: #1C1C1C. Windows color (decimal): -12517044 or 4981057. OLE color: 4981057.

HSL color Cylindrical-coordinate representation of color #41014C: hue angle of 291.2º degrees, saturation: 0.97, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #41014C is Cyan = 0.14, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.70.

Color convert

RGB 65 1 76 -
CMYK 0.14 0.99 0 0.70
HSL 291.2º 0.97% 0.15% -
HSV(B) 291.2º 0.99% 0.3% -
XYZ 3.5 1.67 6.98 -
YUV 28.69 154.7 153.9 -
System Red Green Blue C M Y K H S L
Decimal 65 1 76 0.14 0.99 0 0.70 291.2 0.97 0.15
Hex 41 1 4C E 63 0 46 123 61 F
Octal 101 1 114 16 143 0 106 443 141 17
Binary 1000001 1 1001100 1110 1100011 0 1000110 100100011 1100001 1111

Color Harmonies of #41014C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #41014C

Black with #41014C

Text Example


Text Example

White with #41014C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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