Html Css Color HEX #3A004D Blackcurrant

📋 copy color: '#3A004D'

red 58 ◦ green 0 ◦ blue 77

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

Shades of Blackcurrant #3A004D

Tints of Blackcurrant #3A004D

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 77 (30.47% from 255) = 57.04%

R = 42.96%
G = 0%
B = 57.04%

CMYK

 C value IS 0.25

 M value IS 1

 Y value IS 0

 K value IS 0.70

RGB Variations

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

Color information

#3A004D (or 0x3A004D) is known color: Blackcurrant. HEX triplet: 3A, 00 and 4D. RGB value is (58,0,77). Sum of RGB (Red+Green+Blue) = 58+0+77=135 (17% of max value = 765). Red value is 58 (23.05% from 255 or 42.96% from 135); Green value is 0 (0.39% from 255 or 0% from 135); Blue value is 77 (30.47% from 255 or 57.04% from 135); Max value from RGB is 77 - color contains mainly: blue. Hex color #3A004D is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #3A004D is #C5FFB2. Grayscale: #191919. Windows color (decimal): -12976051 or 5046330. OLE color: 5046330.

HSL color Cylindrical-coordinate representation of color #3A004D: hue angle of 285.19º degrees, saturation: 1, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 1%. Process color model (Four color, CMYK) of #3A004D is Cyan = 0.25, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.70.

Color convert

RGB 58 0 77 -
CMYK 0.25 1 0 0.70
HSL 285.19º 1% 0.15% -
HSV(B) 285.19º 1% 0.3% -
XYZ 3.08 1.44 7.14 -
YUV 26.12 156.72 150.74 -
System Red Green Blue C M Y K H S L
Decimal 58 0 77 0.25 1 0 0.70 285.19 1 0.15
Hex 3A 0 4D 19 64 0 46 11D 64 F
Octal 72 0 115 31 144 0 106 435 144 17
Binary 111010 0 1001101 11001 1100100 0 1000110 100011101 1100100 1111

Color Harmonies of #3A004D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3A004D

Black with #3A004D

Text Example


Text Example

White with #3A004D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(58,0,77); }

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

background-color css

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

 a { background-color: rgb(58,0,77); }

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

border-color css

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

 span { border-color: rgb(58,0,77); }

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