#2E0B3A

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

Shades of Blackcurrant #2E0B3A

Tints of Blackcurrant #2E0B3A

Color information

#2E0B3A (or 0x2E0B3A) is unknown color: approx Blackcurrant. HEX triplet: 2E, 0B and 3A. RGB value is (46,11,58). Sum of RGB (Red+Green+Blue) = 46+11+58=115 (15% of max value = 765). Red value is 46 (18.36% from 255 or 40% from 115); Green value is 11 (4.69% from 255 or 9.57% from 115); Blue value is 58 (23.05% from 255 or 50.43% from 115); Max value from RGB is 58 - color contains mainly: blue. Hex color #2E0B3A is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #2E0B3A is #D1F4C5. Grayscale: #1A1A1A. Windows color (decimal): -13759686 or 3803950. OLE color: 3803950.

HSL color Cylindrical-coordinate representation of color #2E0B3A: hue angle of 284.68º degrees, saturation: 0.68, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2E0B3A is Cyan = 0.21, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.77.

Color convert

RGB461158-
CMYK0.210.8100.77
HSL284.68º68.12%13.53%-
HSV(B)284.68º81.03%22.75%-
XYZ2.011.134.11-
YUV26.82145.6141.68-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 40%
GREEN value IS 11 (4.69% from 255) = 9.57%
BLUE value IS 58 (23.05% from 255) = 50.43%
R=40%
G=9.57%
B=50.43%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.81
Y (Yellow) values IS 0
K (Black) values IS 0.77
SystemRedGreenBlueCMYKHSL
Decimal4611580.210.8100.77284.6868.1213.53
Hex2EB3A155104D11d44e
Octal56137225121011543510416
Binary10111010111110101010110100010100110110001110110001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2E0B3A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(46,11,58); }

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

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

 a { background-color: rgb(46,11,58); }

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

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

 span { border-color: rgb(46,11,58); }

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