#2A064D

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

Shades of Blackcurrant #2A064D

Tints of Blackcurrant #2A064D

Color information

#2A064D (or 0x2A064D) is unknown color: approx Blackcurrant. HEX triplet: 2A, 06 and 4D. RGB value is (42,6,77). Sum of RGB (Red+Green+Blue) = 42+6+77=125 (16% of max value = 765). Red value is 42 (16.80% from 255 or 33.6% from 125); Green value is 6 (2.73% from 255 or 4.8% from 125); Blue value is 77 (30.47% from 255 or 61.6% from 125); Max value from RGB is 77 - color contains mainly: blue. Hex color #2A064D is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #2A064D is #D5F9B2. Grayscale: #181818. Windows color (decimal): -14023091 or 5047850. OLE color: 5047850.

HSL color Cylindrical-coordinate representation of color #2A064D: hue angle of 270.42º degrees, saturation: 0.86, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #2A064D is Cyan = 0.45, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.70.

Color convert

RGB42677-
CMYK0.450.9200.70
HSL270.42º85.54%16.27%-
HSV(B)270.42º92.21%30.2%-
XYZ2.361.167.12-
YUV24.86157.43140.23-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 33.6%
GREEN value IS 6 (2.73% from 255) = 4.8%
BLUE value IS 77 (30.47% from 255) = 61.6%
R=33.6%
G=4.8%
B=61.6%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.92
Y (Yellow) values IS 0
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal426770.450.9200.70270.4285.5416.27
Hex2A64D2D5C04610e5610
Octal52611555134010641612620
Binary1010101101001101101101101110001000110100001110101011010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2A064D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(42,6,77); }

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

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

 a { background-color: rgb(42,6,77); }

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

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

 span { border-color: rgb(42,6,77); }

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