#3A154C

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

Shades of Blackcurrant #3A154C

Tints of Blackcurrant #3A154C

Color information

#3A154C (or 0x3A154C) is unknown color: approx Blackcurrant. HEX triplet: 3A, 15 and 4C. RGB value is (58,21,76). Sum of RGB (Red+Green+Blue) = 58+21+76=155 (20% of max value = 765). Red value is 58 (23.05% from 255 or 37.42% from 155); Green value is 21 (8.59% from 255 or 13.55% from 155); Blue value is 76 (30.08% from 255 or 49.03% from 155); Max value from RGB is 76 - color contains mainly: blue. Hex color #3A154C is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #3A154C is #C5EAB3. Grayscale: #262626. Windows color (decimal): -12970676 or 4986170. OLE color: 4986170.

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

Color convert

RGB582176-
CMYK0.240.7200.70
HSL280.36º56.7%19.02%-
HSV(B)280.36º72.37%29.8%-
XYZ3.321.967.04-
YUV38.33149.26142.03-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 37.42%
GREEN value IS 21 (8.59% from 255) = 13.55%
BLUE value IS 76 (30.08% from 255) = 49.03%
R=37.42%
G=13.55%
B=49.03%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal5821760.240.7200.70280.3656.719.02
Hex3A154C18480461183913
Octal72251143011001064307123
Binary1110101010110011001100010010000100011010001100011100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3A154C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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