Html Css Color HEX #3A0450 Blackcurrant

📋 copy color: '#3A0450'

red 58 ◦ green 4 ◦ blue 80

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

Shades of Blackcurrant #3A0450

Tints of Blackcurrant #3A0450

RGB

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

 GREEN value IS 4 (1.95% from 255) = 2.82%

 BLUE value IS 80 (31.64% from 255) = 56.34%

R = 40.85%
G = 2.82%
B = 56.34%

CMYK

 C value IS 0.28

 M value IS 0.95

 Y value IS 0

 K value IS 0.69

RGB Variations

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

Color information

#3A0450 (or 0x3A0450) is known color: Blackcurrant. HEX triplet: 3A, 04 and 50. RGB value is (58,4,80). Sum of RGB (Red+Green+Blue) = 58+4+80=142 (18% of max value = 765). Red value is 58 (23.05% from 255 or 40.85% from 142); Green value is 4 (1.95% from 255 or 2.82% from 142); Blue value is 80 (31.64% from 255 or 56.34% from 142); Max value from RGB is 80 - color contains mainly: blue. Hex color #3A0450 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #3A0450 is #C5FBAF. Grayscale: #1C1C1C. Windows color (decimal): -12975024 or 5243962. OLE color: 5243962.

HSL color Cylindrical-coordinate representation of color #3A0450: hue angle of 282.63º degrees, saturation: 0.9, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #3A0450 is Cyan = 0.28, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB 58 4 80 -
CMYK 0.28 0.95 0 0.69
HSL 282.63º 0.9% 0.16% -
HSV(B) 282.63º 0.95% 0.31% -
XYZ 3.24 1.57 7.72 -
YUV 28.81 156.89 148.82 -
System Red Green Blue C M Y K H S L
Decimal 58 4 80 0.28 0.95 0 0.69 282.63 0.9 0.16
Hex 3A 4 50 1C 5F 0 45 11B 5A 10
Octal 72 4 120 34 137 0 105 433 132 20
Binary 111010 100 1010000 11100 1011111 0 1000101 100011011 1011010 10000

Color Harmonies of #3A0450

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3A0450

Black with #3A0450

Text Example


Text Example

White with #3A0450

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(58,4,80); }

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

background-color css

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

 a { background-color: rgb(58,4,80); }

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

border-color css

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

 span { border-color: rgb(58,4,80); }

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