#3A114C

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

Shades of Blackcurrant #3A114C

Tints of Blackcurrant #3A114C

Color information

#3A114C (or 0x3A114C) is unknown color: approx Blackcurrant. HEX triplet: 3A, 11 and 4C. RGB value is (58,17,76). Sum of RGB (Red+Green+Blue) = 58+17+76=151 (20% of max value = 765). Red value is 58 (23.05% from 255 or 38.41% from 151); Green value is 17 (7.03% from 255 or 11.26% from 151); Blue value is 76 (30.08% from 255 or 50.33% from 151); Max value from RGB is 76 - color contains mainly: blue. Hex color #3A114C is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #3A114C is #C5EEB3. Grayscale: #232323. Windows color (decimal): -12971700 or 4985146. OLE color: 4985146.

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

Color convert

RGB581776-
CMYK0.240.7800.70
HSL281.69º63.44%18.24%-
HSV(B)281.69º77.63%29.8%-
XYZ3.251.827.02-
YUV35.98150.58143.7-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 38.41%
GREEN value IS 17 (7.03% from 255) = 11.26%
BLUE value IS 76 (30.08% from 255) = 50.33%
R=38.41%
G=11.26%
B=50.33%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.78
Y (Yellow) values IS 0
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal5817760.240.7800.70281.6963.4418.24
Hex3A114C184E04611a3f12
Octal72211143011601064327722
Binary1110101000110011001100010011100100011010001101011111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3A114C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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