#2E0D36

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

Shades of Blackcurrant #2E0D36

Tints of Blackcurrant #2E0D36

Color information

#2E0D36 (or 0x2E0D36) is unknown color: approx Blackcurrant. HEX triplet: 2E, 0D and 36. RGB value is (46,13,54). Sum of RGB (Red+Green+Blue) = 46+13+54=113 (14% of max value = 765). Red value is 46 (18.36% from 255 or 40.71% from 113); Green value is 13 (5.47% from 255 or 11.50% from 113); Blue value is 54 (21.48% from 255 or 47.79% from 113); Max value from RGB is 54 - color contains mainly: blue. Hex color #2E0D36 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #2E0D36 is #D1F2C9. Grayscale: #1B1B1B. Windows color (decimal): -13759178 or 3542318. OLE color: 3542318.

HSL color Cylindrical-coordinate representation of color #2E0D36: hue angle of 288.29º degrees, saturation: 0.61, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #2E0D36 is Cyan = 0.15, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.79.

Color convert

RGB461354-
CMYK0.150.7600.79
HSL288.29º61.19%13.14%-
HSV(B)288.29º75.93%21.18%-
XYZ1.941.143.61-
YUV27.54142.93141.17-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 40.71%
GREEN value IS 13 (5.47% from 255) = 11.50%
BLUE value IS 54 (21.48% from 255) = 47.79%
R=40.71%
G=11.50%
B=47.79%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal4613540.150.7600.79288.2961.1913.14
Hex2ED36F4C04F1203dd
Octal5615661711401174407515
Binary101110110111011011111001100010011111001000001111011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2E0D36

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(46,13,54); }

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

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

 a { background-color: rgb(46,13,54); }

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

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

 span { border-color: rgb(46,13,54); }

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