Html Css Color HEX #3A094F Blackcurrant

📋 copy color: '#3A094F'

red 58 ◦ green 9 ◦ blue 79

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

Shades of Blackcurrant #3A094F

Tints of Blackcurrant #3A094F

RGB

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

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

 BLUE value IS 79 (31.25% from 255) = 54.11%

R = 39.73%
G = 6.16%
B = 54.11%

CMYK

 C value IS 0.27

 M value IS 0.89

 Y value IS 0

 K value IS 0.69

RGB Variations

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

Color information

#3A094F (or 0x3A094F) is known color: Blackcurrant. HEX triplet: 3A, 09 and 4F. RGB value is (58,9,79). Sum of RGB (Red+Green+Blue) = 58+9+79=146 (19% of max value = 765). Red value is 58 (23.05% from 255 or 39.73% from 146); Green value is 9 (3.91% from 255 or 6.16% from 146); Blue value is 79 (31.25% from 255 or 54.11% from 146); Max value from RGB is 79 - color contains mainly: blue. Hex color #3A094F is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #3A094F is #C5F6B0. Grayscale: #1F1F1F. Windows color (decimal): -12973745 or 5179706. OLE color: 5179706.

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

Color convert

RGB 58 9 79 -
CMYK 0.27 0.89 0 0.69
HSL 282º 0.8% 0.17% -
HSV(B) 282º 0.89% 0.31% -
XYZ 3.25 1.66 7.55 -
YUV 31.63 154.73 146.81 -
System Red Green Blue C M Y K H S L
Decimal 58 9 79 0.27 0.89 0 0.69 282 0.8 0.17
Hex 3A 9 4F 1B 59 0 45 11A 50 11
Octal 72 11 117 33 131 0 105 432 120 21
Binary 111010 1001 1001111 11011 1011001 0 1000101 100011010 1010000 10001

Color Harmonies of #3A094F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3A094F

Black with #3A094F

Text Example


Text Example

White with #3A094F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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