#3A134A

Color #3A134A Blackcurrant (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Blackcurrant #3A134A

Tints of Blackcurrant #3A134A

Color information

#3A134A (or 0x3A134A) is unknown color: approx Blackcurrant. HEX triplet: 3A, 13 and 4A. RGB value is (58,19,74). Sum of RGB (Red+Green+Blue) = 58+19+74=151 (20% of max value = 765). Red value is 58 (23.05% from 255 or 38.41% from 151); Green value is 19 (7.81% from 255 or 12.58% from 151); Blue value is 74 (29.30% from 255 or 49.01% from 151); Max value from RGB is 74 - color contains mainly: blue. Hex color #3A134A is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #3A134A is #C5ECB5. Grayscale: #242424. Windows color (decimal): -12971190 or 4854586. OLE color: 4854586.

HSL color Cylindrical-coordinate representation of color #3A134A: hue angle of 282.55º degrees, saturation: 0.59, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #3A134A is Cyan = 0.22, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB581974-
CMYK0.220.7400.71
HSL282.55º59.14%18.24%-
HSV(B)282.55º74.32%29.02%-
XYZ3.211.866.67-
YUV36.93148.92143.03-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 38.41%
GREEN value IS 19 (7.81% from 255) = 12.58%
BLUE value IS 74 (29.30% from 255) = 49.01%
R=38.41%
G=12.58%
B=49.01%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal5819740.220.7400.71282.5559.1418.24
Hex3A134A164A04711b3b12
Octal72231122611201074337322
Binary1110101001110010101011010010100100011110001101111101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3A134A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(58,19,74); }

 H1.HeaderClassName
 {
   color: #3A134A;
 }
 .AnyTagClassName
 {
   color: #3A134A;
 }
</style>
background-color css

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

 a { background-color: rgb(58,19,74); }

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

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

 span { border-color: rgb(58,19,74); }

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