Html Css Color HEX #3A0149 Blackcurrant

📋 copy color: '#3A0149'

red 58 ◦ green 1 ◦ blue 73

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

Shades of Blackcurrant #3A0149

Tints of Blackcurrant #3A0149

RGB

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

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

 BLUE value IS 73 (28.91% from 255) = 55.3%

R = 43.94%
G = 0.76%
B = 55.3%

CMYK

 C value IS 0.21

 M value IS 0.99

 Y value IS 0

 K value IS 0.71

RGB Variations

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

Color information

#3A0149 (or 0x3A0149) is known color: Blackcurrant. HEX triplet: 3A, 01 and 49. RGB value is (58,1,73). Sum of RGB (Red+Green+Blue) = 58+1+73=132 (17% of max value = 765). Red value is 58 (23.05% from 255 or 43.94% from 132); Green value is 1 (0.78% from 255 or 0.76% from 132); Blue value is 73 (28.91% from 255 or 55.30% from 132); Max value from RGB is 73 - color contains mainly: blue. Hex color #3A0149 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #3A0149 is #C5FEB6. Grayscale: #1A1A1A. Windows color (decimal): -12975799 or 4784442. OLE color: 4784442.

HSL color Cylindrical-coordinate representation of color #3A0149: hue angle of 287.5º degrees, saturation: 0.97, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #3A0149 is Cyan = 0.21, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB 58 1 73 -
CMYK 0.21 0.99 0 0.71
HSL 287.5º 0.97% 0.15% -
HSV(B) 287.5º 0.99% 0.29% -
XYZ 2.96 1.4 6.42 -
YUV 26.25 154.38 150.65 -
System Red Green Blue C M Y K H S L
Decimal 58 1 73 0.21 0.99 0 0.71 287.5 0.97 0.15
Hex 3A 1 49 15 63 0 47 120 61 F
Octal 72 1 111 25 143 0 107 440 141 17
Binary 111010 1 1001001 10101 1100011 0 1000111 100100000 1100001 1111

Color Harmonies of #3A0149

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3A0149

Black with #3A0149

Text Example


Text Example

White with #3A0149

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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