#2E1134

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

Shades of Blackcurrant #2E1134

Tints of Blackcurrant #2E1134

Color information

#2E1134 (or 0x2E1134) is unknown color: approx Blackcurrant. HEX triplet: 2E, 11 and 34. RGB value is (46,17,52). Sum of RGB (Red+Green+Blue) = 46+17+52=115 (15% of max value = 765). Red value is 46 (18.36% from 255 or 40% from 115); Green value is 17 (7.03% from 255 or 14.78% from 115); Blue value is 52 (20.70% from 255 or 45.22% from 115); Max value from RGB is 52 - color contains mainly: blue. Hex color #2E1134 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #2E1134 is #D1EECB. Grayscale: #1D1D1D. Windows color (decimal): -13758156 or 3412270. OLE color: 3412270.

HSL color Cylindrical-coordinate representation of color #2E1134: hue angle of 289.71º degrees, saturation: 0.51, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #2E1134 is Cyan = 0.12, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.80.

Color convert

RGB461752-
CMYK0.120.6700.80
HSL289.71º50.72%13.53%-
HSV(B)289.71º67.31%20.39%-
XYZ1.951.233.38-
YUV29.66140.61139.65-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 40%
GREEN value IS 17 (7.03% from 255) = 14.78%
BLUE value IS 52 (20.70% from 255) = 45.22%
R=40%
G=14.78%
B=45.22%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal4617520.120.6700.80289.7150.7213.53
Hex2E1134C4305012233e
Octal5621641410301204426316
Binary1011101000111010011001000011010100001001000101100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2E1134

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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