#2A054D

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

Shades of Blackcurrant #2A054D

Tints of Blackcurrant #2A054D

Color information

#2A054D (or 0x2A054D) is unknown color: approx Blackcurrant. HEX triplet: 2A, 05 and 4D. RGB value is (42,5,77). Sum of RGB (Red+Green+Blue) = 42+5+77=124 (16% of max value = 765). Red value is 42 (16.80% from 255 or 33.87% from 124); Green value is 5 (2.34% from 255 or 4.03% from 124); Blue value is 77 (30.47% from 255 or 62.10% from 124); Max value from RGB is 77 - color contains mainly: blue. Hex color #2A054D is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #2A054D is #D5FAB2. Grayscale: #181818. Windows color (decimal): -14023347 or 5047594. OLE color: 5047594.

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

Color convert

RGB42577-
CMYK0.450.9400.70
HSL270.83º87.8%16.08%-
HSV(B)270.83º93.51%30.2%-
XYZ2.351.147.12-
YUV24.27157.76140.65-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 33.87%
GREEN value IS 5 (2.34% from 255) = 4.03%
BLUE value IS 77 (30.47% from 255) = 62.10%
R=33.87%
G=4.03%
B=62.10%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.94
Y (Yellow) values IS 0
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal425770.450.9400.70270.8387.816.08
Hex2A54D2D5E04610f5810
Octal52511555136010641713020
Binary1010101011001101101101101111001000110100001111101100010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2A054D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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