Html Css Color HEX #41014B Blackcurrant

📋 copy color: '#41014B'

red 65 ◦ green 1 ◦ blue 75

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

Shades of Blackcurrant #41014B

Tints of Blackcurrant #41014B

RGB

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

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

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

R = 46.1%
G = 0.71%
B = 53.19%

CMYK

 C value IS 0.13

 M value IS 0.99

 Y value IS 0

 K value IS 0.71

RGB Variations

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

Color information

#41014B (or 0x41014B) is known color: Blackcurrant. HEX triplet: 41, 01 and 4B. RGB value is (65,1,75). Sum of RGB (Red+Green+Blue) = 65+1+75=141 (18% of max value = 765). Red value is 65 (25.78% from 255 or 46.10% from 141); Green value is 1 (0.78% from 255 or 0.71% from 141); Blue value is 75 (29.69% from 255 or 53.19% from 141); Max value from RGB is 75 - color contains mainly: blue. Hex color #41014B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #41014B is #BEFEB4. Grayscale: #1C1C1C. Windows color (decimal): -12517045 or 4915521. OLE color: 4915521.

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

Color convert

RGB 65 1 75 -
CMYK 0.13 0.99 0 0.71
HSL 291.89º 0.97% 0.15% -
HSV(B) 291.89º 0.99% 0.29% -
XYZ 3.46 1.65 6.79 -
YUV 28.57 154.2 153.98 -
System Red Green Blue C M Y K H S L
Decimal 65 1 75 0.13 0.99 0 0.71 291.89 0.97 0.15
Hex 41 1 4B D 63 0 47 124 61 F
Octal 101 1 113 15 143 0 107 444 141 17
Binary 1000001 1 1001011 1101 1100011 0 1000111 100100100 1100001 1111

Color Harmonies of #41014B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #41014B

Black with #41014B

Text Example


Text Example

White with #41014B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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