Html Css Color HEX #3A1441 Blackcurrant

📋 copy color: '#3A1441'

red 58 ◦ green 20 ◦ blue 65

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

Shades of Blackcurrant #3A1441

Tints of Blackcurrant #3A1441

RGB

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

 GREEN value IS 20 (8.2% from 255) = 13.99%

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

R = 40.56%
G = 13.99%
B = 45.45%

CMYK

 C value IS 0.11

 M value IS 0.69

 Y value IS 0

 K value IS 0.75

RGB Variations

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

Color information

#3A1441 (or 0x3A1441) is known color: Blackcurrant. HEX triplet: 3A, 14 and 41. RGB value is (58,20,65). Sum of RGB (Red+Green+Blue) = 58+20+65=143 (18% of max value = 765). Red value is 58 (23.05% from 255 or 40.56% from 143); Green value is 20 (8.20% from 255 or 13.99% from 143); Blue value is 65 (25.78% from 255 or 45.45% from 143); Max value from RGB is 65 - color contains mainly: blue. Hex color #3A1441 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #3A1441 is #C5EBBE. Grayscale: #242424. Windows color (decimal): -12970943 or 4265018. OLE color: 4265018.

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

Color convert

RGB 58 20 65 -
CMYK 0.11 0.69 0 0.75
HSL 290.67º 0.53% 0.17% -
HSV(B) 290.67º 0.69% 0.25% -
XYZ 2.95 1.78 5.19 -
YUV 36.49 144.09 143.34 -
System Red Green Blue C M Y K H S L
Decimal 58 20 65 0.11 0.69 0 0.75 290.67 0.53 0.17
Hex 3A 14 41 B 45 0 4B 123 35 11
Octal 72 24 101 13 105 0 113 443 65 21
Binary 111010 10100 1000001 1011 1000101 0 1001011 100100011 110101 10001

Color Harmonies of #3A1441

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3A1441

Black with #3A1441

Text Example


Text Example

White with #3A1441

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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