Html Css Color HEX #3A0059 Blackcurrant

📋 copy color: '#3A0059'

red 58 ◦ green 0 ◦ blue 89

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

Shades of Blackcurrant #3A0059

Tints of Blackcurrant #3A0059

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 89 (35.16% from 255) = 60.54%

R = 39.46%
G = 0%
B = 60.54%

CMYK

 C value IS 0.35

 M value IS 1

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#3A0059 (or 0x3A0059) is known color: Blackcurrant. HEX triplet: 3A, 00 and 59. RGB value is (58,0,89). Sum of RGB (Red+Green+Blue) = 58+0+89=147 (19% of max value = 765). Red value is 58 (23.05% from 255 or 39.46% from 147); Green value is 0 (0.39% from 255 or 0% from 147); Blue value is 89 (35.16% from 255 or 60.54% from 147); Max value from RGB is 89 - color contains mainly: blue. Hex color #3A0059 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #3A0059 is #C5FFA6. Grayscale: #1B1B1B. Windows color (decimal): -12976039 or 5832762. OLE color: 5832762.

HSL color Cylindrical-coordinate representation of color #3A0059: hue angle of 279.1º degrees, saturation: 1, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 1%. Process color model (Four color, CMYK) of #3A0059 is Cyan = 0.35, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB 58 0 89 -
CMYK 0.35 1 0 0.65
HSL 279.1º 1% 0.17% -
HSV(B) 279.1º 1% 0.35% -
XYZ 3.55 1.62 9.58 -
YUV 27.49 162.72 149.76 -
System Red Green Blue C M Y K H S L
Decimal 58 0 89 0.35 1 0 0.65 279.1 1 0.17
Hex 3A 0 59 23 64 0 41 117 64 11
Octal 72 0 131 43 144 0 101 427 144 21
Binary 111010 0 1011001 100011 1100100 0 1000001 100010111 1100100 10001

Color Harmonies of #3A0059

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3A0059

Black with #3A0059

Text Example


Text Example

White with #3A0059

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(58,0,89); }

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

background-color css

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

 a { background-color: rgb(58,0,89); }

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

border-color css

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

 span { border-color: rgb(58,0,89); }

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