Html Css Color HEX #3A094D Blackcurrant

📋 copy color: '#3A094D'

red 58 ◦ green 9 ◦ blue 77

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

Shades of Blackcurrant #3A094D

Tints of Blackcurrant #3A094D

RGB

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

 GREEN value IS 9 (3.91% from 255) = 6.25%

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

R = 40.28%
G = 6.25%
B = 53.47%

CMYK

 C value IS 0.25

 M value IS 0.88

 Y value IS 0

 K value IS 0.70

RGB Variations

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

Color information

#3A094D (or 0x3A094D) is known color: Blackcurrant. HEX triplet: 3A, 09 and 4D. RGB value is (58,9,77). Sum of RGB (Red+Green+Blue) = 58+9+77=144 (19% of max value = 765). Red value is 58 (23.05% from 255 or 40.28% from 144); Green value is 9 (3.91% from 255 or 6.25% from 144); Blue value is 77 (30.47% from 255 or 53.47% from 144); Max value from RGB is 77 - color contains mainly: blue. Hex color #3A094D is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #3A094D is #C5F6B2. Grayscale: #1F1F1F. Windows color (decimal): -12973747 or 5048634. OLE color: 5048634.

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

Color convert

RGB 58 9 77 -
CMYK 0.25 0.88 0 0.70
HSL 283.24º 0.79% 0.17% -
HSV(B) 283.24º 0.88% 0.3% -
XYZ 3.18 1.63 7.17 -
YUV 31.4 153.73 146.97 -
System Red Green Blue C M Y K H S L
Decimal 58 9 77 0.25 0.88 0 0.70 283.24 0.79 0.17
Hex 3A 9 4D 19 58 0 46 11B 4F 11
Octal 72 11 115 31 130 0 106 433 117 21
Binary 111010 1001 1001101 11001 1011000 0 1000110 100011011 1001111 10001

Color Harmonies of #3A094D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3A094D

Black with #3A094D

Text Example


Text Example

White with #3A094D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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