Html Css Color HEX #3A074C Blackcurrant

📋 copy color: '#3A074C'

red 58 ◦ green 7 ◦ blue 76

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

Shades of Blackcurrant #3A074C

Tints of Blackcurrant #3A074C

RGB

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

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

 BLUE value IS 76 (30.08% from 255) = 53.9%

R = 41.13%
G = 4.96%
B = 53.9%

CMYK

 C value IS 0.24

 M value IS 0.91

 Y value IS 0

 K value IS 0.70

RGB Variations

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

Color information

#3A074C (or 0x3A074C) is known color: Blackcurrant. HEX triplet: 3A, 07 and 4C. RGB value is (58,7,76). Sum of RGB (Red+Green+Blue) = 58+7+76=141 (18% of max value = 765). Red value is 58 (23.05% from 255 or 41.13% from 141); Green value is 7 (3.12% from 255 or 4.96% from 141); Blue value is 76 (30.08% from 255 or 53.90% from 141); Max value from RGB is 76 - color contains mainly: blue. Hex color #3A074C is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #3A074C is #C5F8B3. Grayscale: #1D1D1D. Windows color (decimal): -12974260 or 4982586. OLE color: 4982586.

HSL color Cylindrical-coordinate representation of color #3A074C: hue angle of 284.35º degrees, saturation: 0.83, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #3A074C is Cyan = 0.24, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.70.

Color convert

RGB 58 7 76 -
CMYK 0.24 0.91 0 0.70
HSL 284.35º 0.83% 0.16% -
HSV(B) 284.35º 0.91% 0.3% -
XYZ 3.13 1.57 6.98 -
YUV 30.12 153.9 147.89 -
System Red Green Blue C M Y K H S L
Decimal 58 7 76 0.24 0.91 0 0.70 284.35 0.83 0.16
Hex 3A 7 4C 18 5B 0 46 11C 53 10
Octal 72 7 114 30 133 0 106 434 123 20
Binary 111010 111 1001100 11000 1011011 0 1000110 100011100 1010011 10000

Color Harmonies of #3A074C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3A074C

Black with #3A074C

Text Example


Text Example

White with #3A074C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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