Html Css Color HEX #3A1241 Blackcurrant

📋 copy color: '#3A1241'

red 58 ◦ green 18 ◦ blue 65

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

Shades of Blackcurrant #3A1241

Tints of Blackcurrant #3A1241

RGB

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

 GREEN value IS 18 (7.42% from 255) = 12.77%

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

R = 41.13%
G = 12.77%
B = 46.1%

CMYK

 C value IS 0.11

 M value IS 0.72

 Y value IS 0

 K value IS 0.75

RGB Variations

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

Color information

#3A1241 (or 0x3A1241) is known color: Blackcurrant. HEX triplet: 3A, 12 and 41. RGB value is (58,18,65). Sum of RGB (Red+Green+Blue) = 58+18+65=141 (18% of max value = 765). Red value is 58 (23.05% from 255 or 41.13% from 141); Green value is 18 (7.42% from 255 or 12.77% from 141); Blue value is 65 (25.78% from 255 or 46.10% from 141); Max value from RGB is 65 - color contains mainly: blue. Hex color #3A1241 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #3A1241 is #C5EDBE. Grayscale: #232323. Windows color (decimal): -12971455 or 4264506. OLE color: 4264506.

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

Color convert

RGB 58 18 65 -
CMYK 0.11 0.72 0 0.75
HSL 291.06º 0.57% 0.16% -
HSV(B) 291.06º 0.72% 0.25% -
XYZ 2.92 1.71 5.18 -
YUV 35.32 144.75 144.18 -
System Red Green Blue C M Y K H S L
Decimal 58 18 65 0.11 0.72 0 0.75 291.06 0.57 0.16
Hex 3A 12 41 B 48 0 4B 123 39 10
Octal 72 22 101 13 110 0 113 443 71 20
Binary 111010 10010 1000001 1011 1001000 0 1001011 100100011 111001 10000

Color Harmonies of #3A1241

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3A1241

Black with #3A1241

Text Example


Text Example

White with #3A1241

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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