Html Css Color HEX #3A0041 Blackcurrant

📋 copy color: '#3A0041'

red 58 ◦ green 0 ◦ blue 65

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

Shades of Blackcurrant #3A0041

Tints of Blackcurrant #3A0041

RGB

 RED value IS 58 (23.05% from 255) = 47.15%

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 65 (25.78% from 255) = 52.85%

R = 47.15%
G = 0%
B = 52.85%

CMYK

 C value IS 0.11

 M value IS 1

 Y value IS 0

 K value IS 0.75

RGB Variations

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

Color information

#3A0041 (or 0x3A0041) is known color: Blackcurrant. HEX triplet: 3A, 00 and 41. RGB value is (58,0,65). Sum of RGB (Red+Green+Blue) = 58+0+65=123 (16% of max value = 765). Red value is 58 (23.05% from 255 or 47.15% from 123); Green value is 0 (0.39% from 255 or 0% from 123); Blue value is 65 (25.78% from 255 or 52.85% from 123); Max value from RGB is 65 - color contains mainly: blue. Hex color #3A0041 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #3A0041 is #C5FFBE. Grayscale: #181818. Windows color (decimal): -12976063 or 4259898. OLE color: 4259898.

HSL color Cylindrical-coordinate representation of color #3A0041: hue angle of 293.54º degrees, saturation: 1, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 1%. Process color model (Four color, CMYK) of #3A0041 is Cyan = 0.11, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.75.

Color convert

RGB 58 0 65 -
CMYK 0.11 1 0 0.75
HSL 293.54º 1% 0.13% -
HSV(B) 293.54º 1% 0.25% -
XYZ 2.7 1.28 5.11 -
YUV 24.75 150.72 151.71 -
System Red Green Blue C M Y K H S L
Decimal 58 0 65 0.11 1 0 0.75 293.54 1 0.13
Hex 3A 0 41 B 64 0 4B 126 64 D
Octal 72 0 101 13 144 0 113 446 144 15
Binary 111010 0 1000001 1011 1100100 0 1001011 100100110 1100100 1101

Color Harmonies of #3A0041

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3A0041

Black with #3A0041

Text Example


Text Example

White with #3A0041

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #3A0041; }

 p { color: rgb(58,0,65); }

 H1.HeaderClassName
 {
   color: #3A0041;
 }
 .AnyTagClassName
 {
   color: #3A0041;
 }
</style>

background-color css

<style>
 a { background-color: #3A0041; }

 a { background-color: rgb(58,0,65); }

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

border-color css

<style>
 span { border-color: #3A0041; }

 span { border-color: rgb(58,0,65); }

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