#3A144E

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

Shades of Blackcurrant #3A144E

Tints of Blackcurrant #3A144E

Color information

#3A144E (or 0x3A144E) is unknown color: approx Blackcurrant. HEX triplet: 3A, 14 and 4E. RGB value is (58,20,78). Sum of RGB (Red+Green+Blue) = 58+20+78=156 (20% of max value = 765). Red value is 58 (23.05% from 255 or 37.18% from 156); Green value is 20 (8.20% from 255 or 12.82% from 156); Blue value is 78 (30.86% from 255 or 50% from 156); Max value from RGB is 78 - color contains mainly: blue. Hex color #3A144E is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #3A144E is #C5EBB1. Grayscale: #252525. Windows color (decimal): -12970930 or 5116986. OLE color: 5116986.

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

Color convert

RGB582078-
CMYK0.260.7400.69
HSL279.31º59.18%19.22%-
HSV(B)279.31º74.36%30.59%-
XYZ3.371.957.41-
YUV37.97150.59142.28-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 37.18%
GREEN value IS 20 (8.20% from 255) = 12.82%
BLUE value IS 78 (30.86% from 255) = 50%
R=37.18%
G=12.82%
B=50%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal5820780.260.7400.69279.3159.1819.22
Hex3A144E1A4A0451173b13
Octal72241163211201054277323
Binary1110101010010011101101010010100100010110001011111101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3A144E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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