#2E1641

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

Shades of Blackcurrant #2E1641

Tints of Blackcurrant #2E1641

Color information

#2E1641 (or 0x2E1641) is unknown color: approx Blackcurrant. HEX triplet: 2E, 16 and 41. RGB value is (46,22,65). Sum of RGB (Red+Green+Blue) = 46+22+65=133 (17% of max value = 765). Red value is 46 (18.36% from 255 or 34.59% from 133); Green value is 22 (8.98% from 255 or 16.54% from 133); Blue value is 65 (25.78% from 255 or 48.87% from 133); Max value from RGB is 65 - color contains mainly: blue. Hex color #2E1641 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #2E1641 is #D1E9BE. Grayscale: #212121. Windows color (decimal): -13756863 or 4265518. OLE color: 4265518.

HSL color Cylindrical-coordinate representation of color #2E1641: hue angle of 273.49º degrees, saturation: 0.49, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #2E1641 is Cyan = 0.29, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.75.

Color convert

RGB462265-
CMYK0.290.6600.75
HSL273.49º49.43%17.06%-
HSV(B)273.49º66.15%25.49%-
XYZ2.371.545.17-
YUV34.08145.45136.5-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 34.59%
GREEN value IS 22 (8.98% from 255) = 16.54%
BLUE value IS 65 (25.78% from 255) = 48.87%
R=34.59%
G=16.54%
B=48.87%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal4622650.290.6600.75273.4949.4317.06
Hex2E16411D4204B1113111
Octal56261013510201134216121
Binary1011101011010000011110110000100100101110001000111000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2E1641

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(46,22,65); }

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

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

 a { background-color: rgb(46,22,65); }

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

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

 span { border-color: rgb(46,22,65); }

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