Html Css Color HEX #3A1341 Blackcurrant

📋 copy color: '#3A1341'

red 58 ◦ green 19 ◦ blue 65

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

Shades of Blackcurrant #3A1341

Tints of Blackcurrant #3A1341

RGB

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

 GREEN value IS 19 (7.81% from 255) = 13.38%

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

R = 40.85%
G = 13.38%
B = 45.77%

CMYK

 C value IS 0.11

 M value IS 0.71

 Y value IS 0

 K value IS 0.75

RGB Variations

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

Color information

#3A1341 (or 0x3A1341) is known color: Blackcurrant. HEX triplet: 3A, 13 and 41. RGB value is (58,19,65). Sum of RGB (Red+Green+Blue) = 58+19+65=142 (18% of max value = 765). Red value is 58 (23.05% from 255 or 40.85% from 142); Green value is 19 (7.81% from 255 or 13.38% from 142); Blue value is 65 (25.78% from 255 or 45.77% from 142); Max value from RGB is 65 - color contains mainly: blue. Hex color #3A1341 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #3A1341 is #C5ECBE. Grayscale: #232323. Windows color (decimal): -12971199 or 4264762. OLE color: 4264762.

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

Color convert

RGB 58 19 65 -
CMYK 0.11 0.71 0 0.75
HSL 290.87º 0.55% 0.16% -
HSV(B) 290.87º 0.71% 0.25% -
XYZ 2.93 1.75 5.18 -
YUV 35.91 144.42 143.76 -
System Red Green Blue C M Y K H S L
Decimal 58 19 65 0.11 0.71 0 0.75 290.87 0.55 0.16
Hex 3A 13 41 B 47 0 4B 123 37 10
Octal 72 23 101 13 107 0 113 443 67 20
Binary 111010 10011 1000001 1011 1000111 0 1001011 100100011 110111 10000

Color Harmonies of #3A1341

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3A1341

Black with #3A1341

Text Example


Text Example

White with #3A1341

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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