#2E0539

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

Shades of Blackcurrant #2E0539

Tints of Blackcurrant #2E0539

Color information

#2E0539 (or 0x2E0539) is unknown color: approx Blackcurrant. HEX triplet: 2E, 05 and 39. RGB value is (46,5,57). Sum of RGB (Red+Green+Blue) = 46+5+57=108 (14% of max value = 765). Red value is 46 (18.36% from 255 or 42.59% from 108); Green value is 5 (2.34% from 255 or 4.63% from 108); Blue value is 57 (22.66% from 255 or 52.78% from 108); Max value from RGB is 57 - color contains mainly: blue. Hex color #2E0539 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #2E0539 is #D1FAC6. Grayscale: #171717. Windows color (decimal): -13761223 or 3736878. OLE color: 3736878.

HSL color Cylindrical-coordinate representation of color #2E0539: hue angle of 287.31º degrees, saturation: 0.84, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #2E0539 is Cyan = 0.19, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.78.

Color convert

RGB46557-
CMYK0.190.9100.78
HSL287.31º83.87%12.16%-
HSV(B)287.31º91.23%22.35%-
XYZ1.920.983.96-
YUV23.19147.08144.27-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 42.59%
GREEN value IS 5 (2.34% from 255) = 4.63%
BLUE value IS 57 (22.66% from 255) = 52.78%
R=42.59%
G=4.63%
B=52.78%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.91
Y (Yellow) values IS 0
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal465570.190.9100.78287.3183.8712.16
Hex2E539135B04E11f54c
Octal5657123133011643712414
Binary1011101011110011001110110110100111010001111110101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2E0539

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(46,5,57); }

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

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

 a { background-color: rgb(46,5,57); }

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

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

 span { border-color: rgb(46,5,57); }

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