#2A094D

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

Shades of Blackcurrant #2A094D

Tints of Blackcurrant #2A094D

Color information

#2A094D (or 0x2A094D) is unknown color: approx Blackcurrant. HEX triplet: 2A, 09 and 4D. RGB value is (42,9,77). Sum of RGB (Red+Green+Blue) = 42+9+77=128 (16% of max value = 765). Red value is 42 (16.80% from 255 or 32.81% from 128); Green value is 9 (3.91% from 255 or 7.03% from 128); Blue value is 77 (30.47% from 255 or 60.16% from 128); Max value from RGB is 77 - color contains mainly: blue. Hex color #2A094D is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #2A094D is #D5F6B2. Grayscale: #1A1A1A. Windows color (decimal): -14022323 or 5048618. OLE color: 5048618.

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

Color convert

RGB42977-
CMYK0.450.8800.70
HSL269.12º79.07%16.86%-
HSV(B)269.12º88.31%30.2%-
XYZ2.391.227.13-
YUV26.62156.43138.97-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 32.81%
GREEN value IS 9 (3.91% from 255) = 7.03%
BLUE value IS 77 (30.47% from 255) = 60.16%
R=32.81%
G=7.03%
B=60.16%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.88
Y (Yellow) values IS 0
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal429770.450.8800.70269.1279.0716.86
Hex2A94D2D5804610d4f11
Octal521111555130010641511721
Binary10101010011001101101101101100001000110100001101100111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2A094D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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