Html Css Color HEX #3A0750 Blackcurrant

📋 copy color: '#3A0750'

red 58 ◦ green 7 ◦ blue 80

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

Shades of Blackcurrant #3A0750

Tints of Blackcurrant #3A0750

RGB

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

 GREEN value IS 7 (3.13% from 255) = 4.83%

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

R = 40%
G = 4.83%
B = 55.17%

CMYK

 C value IS 0.28

 M value IS 0.91

 Y value IS 0

 K value IS 0.69

RGB Variations

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

Color information

#3A0750 (or 0x3A0750) is known color: Blackcurrant. HEX triplet: 3A, 07 and 50. RGB value is (58,7,80). Sum of RGB (Red+Green+Blue) = 58+7+80=145 (19% of max value = 765). Red value is 58 (23.05% from 255 or 40% from 145); Green value is 7 (3.12% from 255 or 4.83% from 145); Blue value is 80 (31.64% from 255 or 55.17% from 145); Max value from RGB is 80 - color contains mainly: blue. Hex color #3A0750 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #3A0750 is #C5F8AF. Grayscale: #1E1E1E. Windows color (decimal): -12974256 or 5244730. OLE color: 5244730.

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

Color convert

RGB 58 7 80 -
CMYK 0.28 0.91 0 0.69
HSL 281.92º 0.84% 0.17% -
HSV(B) 281.92º 0.91% 0.31% -
XYZ 3.27 1.63 7.73 -
YUV 30.57 155.9 147.56 -
System Red Green Blue C M Y K H S L
Decimal 58 7 80 0.28 0.91 0 0.69 281.92 0.84 0.17
Hex 3A 7 50 1C 5B 0 45 11A 54 11
Octal 72 7 120 34 133 0 105 432 124 21
Binary 111010 111 1010000 11100 1011011 0 1000101 100011010 1010100 10001

Color Harmonies of #3A0750

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3A0750

Black with #3A0750

Text Example


Text Example

White with #3A0750

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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