Html Css Color HEX #3A0140 Blackcurrant

📋 copy color: '#3A0140'

red 58 ◦ green 1 ◦ blue 64

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

Shades of Blackcurrant #3A0140

Tints of Blackcurrant #3A0140

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.81%

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

R = 47.15%
G = 0.81%
B = 52.03%

CMYK

 C value IS 0.09

 M value IS 0.98

 Y value IS 0

 K value IS 0.75

RGB Variations

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

Color information

#3A0140 (or 0x3A0140) is known color: Blackcurrant. HEX triplet: 3A, 01 and 40. RGB value is (58,1,64). Sum of RGB (Red+Green+Blue) = 58+1+64=123 (16% of max value = 765). Red value is 58 (23.05% from 255 or 47.15% from 123); Green value is 1 (0.78% from 255 or 0.81% from 123); Blue value is 64 (25.39% from 255 or 52.03% from 123); Max value from RGB is 64 - color contains mainly: blue. Hex color #3A0140 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #3A0140 is #C5FEBF. Grayscale: #191919. Windows color (decimal): -12975808 or 4194618. OLE color: 4194618.

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

Color convert

RGB 58 1 64 -
CMYK 0.09 0.98 0 0.75
HSL 294.29º 0.97% 0.13% -
HSV(B) 294.29º 0.98% 0.25% -
XYZ 2.68 1.29 4.96 -
YUV 25.23 149.88 151.38 -
System Red Green Blue C M Y K H S L
Decimal 58 1 64 0.09 0.98 0 0.75 294.29 0.97 0.13
Hex 3A 1 40 9 62 0 4B 126 61 D
Octal 72 1 100 11 142 0 113 446 141 15
Binary 111010 1 1000000 1001 1100010 0 1001011 100100110 1100001 1101

Color Harmonies of #3A0140

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3A0140

Black with #3A0140

Text Example


Text Example

White with #3A0140

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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