#2E0747

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

Shades of Blackcurrant #2E0747

Tints of Blackcurrant #2E0747

Color information

#2E0747 (or 0x2E0747) is unknown color: approx Blackcurrant. HEX triplet: 2E, 07 and 47. RGB value is (46,7,71). Sum of RGB (Red+Green+Blue) = 46+7+71=124 (16% of max value = 765). Red value is 46 (18.36% from 255 or 37.10% from 124); Green value is 7 (3.12% from 255 or 5.65% from 124); Blue value is 71 (28.12% from 255 or 57.26% from 124); Max value from RGB is 71 - color contains mainly: blue. Hex color #2E0747 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #2E0747 is #D1F8B8. Grayscale: #191919. Windows color (decimal): -13760697 or 4654894. OLE color: 4654894.

HSL color Cylindrical-coordinate representation of color #2E0747: hue angle of 276.56º degrees, saturation: 0.82, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #2E0747 is Cyan = 0.35, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.72.

Color convert

RGB46771-
CMYK0.350.9000.72
HSL276.56º82.05%15.29%-
HSV(B)276.56º90.14%27.84%-
XYZ2.341.196.07-
YUV25.96153.42142.3-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 37.10%
GREEN value IS 7 (3.12% from 255) = 5.65%
BLUE value IS 71 (28.12% from 255) = 57.26%
R=37.10%
G=5.65%
B=57.26%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.90
Y (Yellow) values IS 0
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal467710.350.9000.72276.5682.0515.29
Hex2E747235A04811552f
Octal56710743132011042512217
Binary101110111100011110001110110100100100010001010110100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2E0747

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(46,7,71); }

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

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

 a { background-color: rgb(46,7,71); }

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

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

 span { border-color: rgb(46,7,71); }

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