#3A114E

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

Shades of Blackcurrant #3A114E

Tints of Blackcurrant #3A114E

Color information

#3A114E (or 0x3A114E) is unknown color: approx Blackcurrant. HEX triplet: 3A, 11 and 4E. RGB value is (58,17,78). Sum of RGB (Red+Green+Blue) = 58+17+78=153 (20% of max value = 765). Red value is 58 (23.05% from 255 or 37.91% from 153); Green value is 17 (7.03% from 255 or 11.11% from 153); Blue value is 78 (30.86% from 255 or 50.98% from 153); Max value from RGB is 78 - color contains mainly: blue. Hex color #3A114E is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #3A114E is #C5EEB1. Grayscale: #242424. Windows color (decimal): -12971698 or 5116218. OLE color: 5116218.

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

Color convert

RGB581778-
CMYK0.260.7800.69
HSL280.33º64.21%18.63%-
HSV(B)280.33º78.21%30.59%-
XYZ3.321.857.39-
YUV36.21151.58143.54-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 37.91%
GREEN value IS 17 (7.03% from 255) = 11.11%
BLUE value IS 78 (30.86% from 255) = 50.98%
R=37.91%
G=11.11%
B=50.98%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.78
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal5817780.260.7800.69280.3364.2118.63
Hex3A114E1A4E0451184013
Octal722111632116010543010023
Binary11101010001100111011010100111001000101100011000100000010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3A114E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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