Html Css Color HEX #3A0540 Blackcurrant

📋 copy color: '#3A0540'

red 58 ◦ green 5 ◦ blue 64

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

Shades of Blackcurrant #3A0540

Tints of Blackcurrant #3A0540

RGB

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

 GREEN value IS 5 (2.34% from 255) = 3.94%

 BLUE value IS 64 (25.39% from 255) = 50.39%

R = 45.67%
G = 3.94%
B = 50.39%

CMYK

 C value IS 0.09

 M value IS 0.92

 Y value IS 0

 K value IS 0.75

RGB Variations

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

Color information

#3A0540 (or 0x3A0540) is known color: Blackcurrant. HEX triplet: 3A, 05 and 40. RGB value is (58,5,64). Sum of RGB (Red+Green+Blue) = 58+5+64=127 (16% of max value = 765). Red value is 58 (23.05% from 255 or 45.67% from 127); Green value is 5 (2.34% from 255 or 3.94% from 127); Blue value is 64 (25.39% from 255 or 50.39% from 127); Max value from RGB is 64 - color contains mainly: blue. Hex color #3A0540 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #3A0540 is #C5FABF. Grayscale: #1B1B1B. Windows color (decimal): -12974784 or 4195642. OLE color: 4195642.

HSL color Cylindrical-coordinate representation of color #3A0540: hue angle of 293.9º degrees, saturation: 0.86, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #3A0540 is Cyan = 0.09, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.75.

Color convert

RGB 58 5 64 -
CMYK 0.09 0.92 0 0.75
HSL 293.9º 0.86% 0.14% -
HSV(B) 293.9º 0.92% 0.25% -
XYZ 2.72 1.38 4.97 -
YUV 27.57 148.56 149.7 -
System Red Green Blue C M Y K H S L
Decimal 58 5 64 0.09 0.92 0 0.75 293.9 0.86 0.14
Hex 3A 5 40 9 5C 0 4B 126 56 E
Octal 72 5 100 11 134 0 113 446 126 16
Binary 111010 101 1000000 1001 1011100 0 1001011 100100110 1010110 1110

Color Harmonies of #3A0540

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3A0540

Black with #3A0540

Text Example


Text Example

White with #3A0540

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(58,5,64); }

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

background-color css

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

 a { background-color: rgb(58,5,64); }

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

border-color css

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

 span { border-color: rgb(58,5,64); }

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