#2C094E

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

Shades of Blackcurrant #2C094E

Tints of Blackcurrant #2C094E

Color information

#2C094E (or 0x2C094E) is unknown color: approx Blackcurrant. HEX triplet: 2C, 09 and 4E. RGB value is (44,9,78). Sum of RGB (Red+Green+Blue) = 44+9+78=131 (17% of max value = 765). Red value is 44 (17.58% from 255 or 33.59% from 131); Green value is 9 (3.91% from 255 or 6.87% from 131); Blue value is 78 (30.86% from 255 or 59.54% from 131); Max value from RGB is 78 - color contains mainly: blue. Hex color #2C094E is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #2C094E is #D3F6B1. Grayscale: #1B1B1B. Windows color (decimal): -13891250 or 5114156. OLE color: 5114156.

HSL color Cylindrical-coordinate representation of color #2C094E: hue angle of 270.43º 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 #2C094E is Cyan = 0.44, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB44978-
CMYK0.440.8800.69
HSL270.43º79.31%17.06%-
HSV(B)270.43º88.46%30.59%-
XYZ2.511.287.32-
YUV27.33156.6139.89-

RGB Variations

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

RGB

RED value IS 44 (17.58% from 255) = 33.59%
GREEN value IS 9 (3.91% from 255) = 6.87%
BLUE value IS 78 (30.86% from 255) = 59.54%
R=33.59%
G=6.87%
B=59.54%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.88
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal449780.440.8800.69270.4379.3117.06
Hex2C94E2C5804510e4f11
Octal541111654130010541611721
Binary10110010011001110101100101100001000101100001110100111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2C094E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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