#2A074E

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

Shades of Blackcurrant #2A074E

Tints of Blackcurrant #2A074E

Color information

#2A074E (or 0x2A074E) is unknown color: approx Blackcurrant. HEX triplet: 2A, 07 and 4E. RGB value is (42,7,78). Sum of RGB (Red+Green+Blue) = 42+7+78=127 (16% of max value = 765). Red value is 42 (16.80% from 255 or 33.07% from 127); Green value is 7 (3.12% from 255 or 5.51% from 127); Blue value is 78 (30.86% from 255 or 61.42% from 127); Max value from RGB is 78 - color contains mainly: blue. Hex color #2A074E is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #2A074E is #D5F8B1. Grayscale: #191919. Windows color (decimal): -14022834 or 5113642. OLE color: 5113642.

HSL color Cylindrical-coordinate representation of color #2A074E: hue angle of 269.58º degrees, saturation: 0.84, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #2A074E is Cyan = 0.46, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB42778-
CMYK0.460.9100.69
HSL269.58º83.53%16.67%-
HSV(B)269.58º91.03%30.59%-
XYZ2.411.197.31-
YUV25.56157.6139.73-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 33.07%
GREEN value IS 7 (3.12% from 255) = 5.51%
BLUE value IS 78 (30.86% from 255) = 61.42%
R=33.07%
G=5.51%
B=61.42%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.91
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal427780.460.9100.69269.5883.5316.67
Hex2A74E2E5B04510e5411
Octal52711656133010541612421
Binary1010101111001110101110101101101000101100001110101010010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2A074E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #2A074E; }

 p { color: rgb(42,7,78); }

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

<style>
 a { background-color: #2A074E; }

 a { background-color: rgb(42,7,78); }

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

<style>
 span { border-color: #2A074E; }

 span { border-color: rgb(42,7,78); }

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