#2A094E

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

Shades of Blackcurrant #2A094E

Tints of Blackcurrant #2A094E

Color information

#2A094E (or 0x2A094E) is unknown color: approx Blackcurrant. HEX triplet: 2A, 09 and 4E. RGB value is (42,9,78). Sum of RGB (Red+Green+Blue) = 42+9+78=129 (17% of max value = 765). Red value is 42 (16.80% from 255 or 32.56% from 129); Green value is 9 (3.91% from 255 or 6.98% from 129); Blue value is 78 (30.86% from 255 or 60.47% from 129); Max value from RGB is 78 - color contains mainly: blue. Hex color #2A094E is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #2A094E is #D5F6B1. Grayscale: #1A1A1A. Windows color (decimal): -14022322 or 5114154. OLE color: 5114154.

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

Color convert

RGB42978-
CMYK0.460.8800.69
HSL268.7º79.31%17.06%-
HSV(B)268.7º88.46%30.59%-
XYZ2.431.247.32-
YUV26.73156.93138.89-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 32.56%
GREEN value IS 9 (3.91% from 255) = 6.98%
BLUE value IS 78 (30.86% from 255) = 60.47%
R=32.56%
G=6.98%
B=60.47%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.88
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal429780.460.8800.69268.779.3117.06
Hex2A94E2E5804510d4f11
Octal521111656130010541511721
Binary10101010011001110101110101100001000101100001101100111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2A094E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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