Html Css Color HEX #3A0141 Blackcurrant

📋 copy color: '#3A0141'

red 58 ◦ green 1 ◦ blue 65

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

Shades of Blackcurrant #3A0141

Tints of Blackcurrant #3A0141

RGB

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

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

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

R = 46.77%
G = 0.81%
B = 52.42%

CMYK

 C value IS 0.11

 M value IS 0.98

 Y value IS 0

 K value IS 0.75

RGB Variations

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

Color information

#3A0141 (or 0x3A0141) is known color: Blackcurrant. HEX triplet: 3A, 01 and 41. RGB value is (58,1,65). Sum of RGB (Red+Green+Blue) = 58+1+65=124 (16% of max value = 765). Red value is 58 (23.05% from 255 or 46.77% from 124); Green value is 1 (0.78% from 255 or 0.81% from 124); Blue value is 65 (25.78% from 255 or 52.42% from 124); Max value from RGB is 65 - color contains mainly: blue. Hex color #3A0141 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #3A0141 is #C5FEBE. Grayscale: #191919. Windows color (decimal): -12975807 or 4260154. OLE color: 4260154.

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

Color convert

RGB 58 1 65 -
CMYK 0.11 0.98 0 0.75
HSL 293.44º 0.97% 0.13% -
HSV(B) 293.44º 0.98% 0.25% -
XYZ 2.71 1.3 5.11 -
YUV 25.34 150.38 151.3 -
System Red Green Blue C M Y K H S L
Decimal 58 1 65 0.11 0.98 0 0.75 293.44 0.97 0.13
Hex 3A 1 41 B 62 0 4B 125 61 D
Octal 72 1 101 13 142 0 113 445 141 15
Binary 111010 1 1000001 1011 1100010 0 1001011 100100101 1100001 1101

Color Harmonies of #3A0141

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3A0141

Black with #3A0141

Text Example


Text Example

White with #3A0141

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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