#2E1133

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

Shades of Blackcurrant #2E1133

Tints of Blackcurrant #2E1133

Color information

#2E1133 (or 0x2E1133) is unknown color: approx Blackcurrant. HEX triplet: 2E, 11 and 33. RGB value is (46,17,51). Sum of RGB (Red+Green+Blue) = 46+17+51=114 (15% of max value = 765). Red value is 46 (18.36% from 255 or 40.35% from 114); Green value is 17 (7.03% from 255 or 14.91% from 114); Blue value is 51 (20.31% from 255 or 44.74% from 114); Max value from RGB is 51 - color contains mainly: blue. Hex color #2E1133 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #2E1133 is #D1EECC. Grayscale: #1D1D1D. Windows color (decimal): -13758157 or 3346734. OLE color: 3346734.

HSL color Cylindrical-coordinate representation of color #2E1133: hue angle of 291.18º degrees, saturation: 0.5, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #2E1133 is Cyan = 0.10, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.8.

Color convert

RGB461751-
CMYK0.100.6700.8
HSL291.18º50%13.33%-
HSV(B)291.18º66.67%20%-
XYZ1.921.223.27-
YUV29.55140.11139.74-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 40.35%
GREEN value IS 17 (7.03% from 255) = 14.91%
BLUE value IS 51 (20.31% from 255) = 44.74%
R=40.35%
G=14.91%
B=44.74%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.8
SystemRedGreenBlueCMYKHSL
Decimal4617510.100.6700.8291.185013.33
Hex2E1133A4305012332d
Octal5621631210301204436215
Binary1011101000111001110101000011010100001001000111100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2E1133

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(46,17,51); }

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

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

 a { background-color: rgb(46,17,51); }

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

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

 span { border-color: rgb(46,17,51); }

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