#2C094C

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

Shades of Blackcurrant #2C094C

Tints of Blackcurrant #2C094C

Color information

#2C094C (or 0x2C094C) is unknown color: approx Blackcurrant. HEX triplet: 2C, 09 and 4C. RGB value is (44,9,76). Sum of RGB (Red+Green+Blue) = 44+9+76=129 (17% of max value = 765). Red value is 44 (17.58% from 255 or 34.11% from 129); Green value is 9 (3.91% from 255 or 6.98% from 129); Blue value is 76 (30.08% from 255 or 58.91% from 129); Max value from RGB is 76 - color contains mainly: blue. Hex color #2C094C is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #2C094C is #D3F6B3. Grayscale: #1A1A1A. Windows color (decimal): -13891252 or 4983084. OLE color: 4983084.

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

Color convert

RGB44976-
CMYK0.420.8800.70
HSL271.34º78.82%16.67%-
HSV(B)271.34º88.16%29.8%-
XYZ2.441.256.95-
YUV27.1155.6140.05-

RGB Variations

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

RGB

RED value IS 44 (17.58% from 255) = 34.11%
GREEN value IS 9 (3.91% from 255) = 6.98%
BLUE value IS 76 (30.08% from 255) = 58.91%
R=34.11%
G=6.98%
B=58.91%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.88
Y (Yellow) values IS 0
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal449760.420.8800.70271.3478.8216.67
Hex2C94C2A5804610f4f11
Octal541111452130010641711721
Binary10110010011001100101010101100001000110100001111100111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2C094C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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