#3A124E

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

Shades of Blackcurrant #3A124E

Tints of Blackcurrant #3A124E

Color information

#3A124E (or 0x3A124E) is unknown color: approx Blackcurrant. HEX triplet: 3A, 12 and 4E. RGB value is (58,18,78). Sum of RGB (Red+Green+Blue) = 58+18+78=154 (20% of max value = 765). Red value is 58 (23.05% from 255 or 37.66% from 154); Green value is 18 (7.42% from 255 or 11.69% from 154); Blue value is 78 (30.86% from 255 or 50.65% from 154); Max value from RGB is 78 - color contains mainly: blue. Hex color #3A124E is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #3A124E is #C5EDB1. Grayscale: #242424. Windows color (decimal): -12971442 or 5116474. OLE color: 5116474.

HSL color Cylindrical-coordinate representation of color #3A124E: hue angle of 280º degrees, saturation: 0.62, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #3A124E is Cyan = 0.26, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB581878-
CMYK0.260.7700.69
HSL280º62.5%18.82%-
HSV(B)280º76.92%30.59%-
XYZ3.341.887.4-
YUV36.8151.25143.12-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 37.66%
GREEN value IS 18 (7.42% from 255) = 11.69%
BLUE value IS 78 (30.86% from 255) = 50.65%
R=37.66%
G=11.69%
B=50.65%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.77
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal5818780.260.7700.6928062.518.82
Hex3A124E1A4D0451183e13
Octal72221163211501054307623
Binary1110101001010011101101010011010100010110001100011111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3A124E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(58,18,78); }

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

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

 a { background-color: rgb(58,18,78); }

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

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

 span { border-color: rgb(58,18,78); }

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